Skip to content

Commit 859b00b

Browse files
committed
[angular-jit-compiler] Unnecessary logging removed
1 parent 486e523 commit 859b00b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

atmosphere-packages/angular-aot-compiler/.versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
33
44

atmosphere-packages/angular-jit-compiler/ts-compiler.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ export class AngularJitTsCompiler extends TypeScriptCompiler {
2121
path: jsFilePath,
2222
data: result.code
2323
})
24-
}catch(e){
25-
console.log(e);
26-
}
24+
}catch(e){}
2725
}
2826
this.fixTemplateAndStyleUrls(tsFile);
2927
}

0 commit comments

Comments
 (0)