fix: remove some unnececeary logs
This commit is contained in:
2
src/me/topchetoeu/jscript/js/bootstrap.js
vendored
2
src/me/topchetoeu/jscript/js/bootstrap.js
vendored
@@ -1,7 +1,5 @@
|
||||
(function (_arguments) {
|
||||
var ts = _arguments[0];
|
||||
log("Loaded typescript!");
|
||||
|
||||
var src = '', lib = _arguments[2].concat([ 'declare const exit: never;' ]).join(''), decls = '', version = 0;
|
||||
var libSnapshot = ts.ScriptSnapshot.fromString(lib);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user