Remove console.log

This commit is contained in:
Erich Gamma 2018-05-07 12:24:44 +02:00
parent e1a388c2a7
commit d92f8aed6a

View file

@ -239,7 +239,6 @@ async function findAllScripts(buffer: string): Promise<StringMap> {
}
},
onLiteralValue(value: any, _offset: number, _length: number) {
console.log(value);
if (script) {
scripts[script] = value;
script = undefined;