Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cerisier committed Jan 15, 2025
1 parent 6d2eacd commit 62eafd9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@
<script src="../src/speedscope.tsx"></script>
</body>

</html>
</html>
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"parcel-bundler": "1.12.4",
"preact": "10.4.1",
"prettier": "3.1.1",
"process": "^0.11.10",
"protobufjs": "6.8.8",
"source-map": "0.6.1",
"ts-jest": "24.3.0",
Expand Down
2 changes: 0 additions & 2 deletions src/gl/graphics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

// NOTE: This file intentionally has no dependencies.

declare const process: any

// Dependencies & polyfills for import from skew
const RELEASE =
typeof process !== 'undefined' && process.env && process.env.NODE_ENV === 'production'
Expand Down

0 comments on commit 62eafd9

Please sign in to comment.