Skip to content

Commit 101f04b

Browse files
committed
Remove performance statement
1 parent 48c5d5d commit 101f04b

File tree

1 file changed

+0
-1
lines changed
  • packages/app/src/sandbox/eval/loaders

1 file changed

+0
-1
lines changed

packages/app/src/sandbox/eval/loaders/eval.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export default function(
4848
delete allGlobals.global;
4949
}
5050

51-
const a = performance.now();
5251
if (hasGlobalDeclaration.test(code)) {
5352
delete allGlobals.global;
5453
}

0 commit comments

Comments
 (0)