Skip to content

Commit e182f94

Browse files
authored
Remove redundant log message for loading libraries
1 parent 082627f commit e182f94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/pyjs/pre_js/load_pkg.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ Module["bootstrap_from_empack_packed_environment"] = async function
356356
}
357357
}
358358
}
359-
console.log("loading shared libraries done PUSH");
360359
Module.runtimeKeepalivePush();
361360
if(verbose){
362361
console.log("done bootstrapping");}

0 commit comments

Comments
 (0)