Skip to content

Commit 85eacd5

Browse files
committed
Remove debugging logging
1 parent 7b31e0e commit 85eacd5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web-tooling-benchmark/benchmark.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ class Benchmark {
3838
async loadAllFiles(preload) {
3939
const loadPromises = Object.entries(preload).map(
4040
async ([name, url]) => {
41-
console.log(name);
42-
console.log(url);
4341
if (name.endsWith(".wasm")) {
4442
let buffer = (await JetStream.getBinary(url)).buffer;
4543
if (!(buffer instanceof ArrayBuffer)) {

0 commit comments

Comments
 (0)