fix: remove some unnececeary logs
This commit is contained in:
parent
1d0bae3de8
commit
e3104c223c
2
build.js
2
build.js
@ -10,8 +10,6 @@ const conf = {
|
|||||||
version: argv[3]
|
version: argv[3]
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log(conf)
|
|
||||||
|
|
||||||
if (conf.version.startsWith('refs/tags/')) conf.version = conf.version.substring(10);
|
if (conf.version.startsWith('refs/tags/')) conf.version = conf.version.substring(10);
|
||||||
if (conf.version.startsWith('v')) conf.version = conf.version.substring(1);
|
if (conf.version.startsWith('v')) conf.version = conf.version.substring(1);
|
||||||
|
|
||||||
|
2
src/me/topchetoeu/jscript/js/bootstrap.js
vendored
2
src/me/topchetoeu/jscript/js/bootstrap.js
vendored
@ -1,7 +1,5 @@
|
|||||||
(function (_arguments) {
|
(function (_arguments) {
|
||||||
var ts = _arguments[0];
|
var ts = _arguments[0];
|
||||||
log("Loaded typescript!");
|
|
||||||
|
|
||||||
var src = '', lib = _arguments[2].concat([ 'declare const exit: never;' ]).join(''), decls = '', version = 0;
|
var src = '', lib = _arguments[2].concat([ 'declare const exit: never;' ]).join(''), decls = '', version = 0;
|
||||||
var libSnapshot = ts.ScriptSnapshot.fromString(lib);
|
var libSnapshot = ts.ScriptSnapshot.fromString(lib);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user