Skip to content

Commit c88fbff

Browse files
Paul VarachePaul Varache
authored andcommitted
tidy: remove log
1 parent 967f488 commit c88fbff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/language/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ function run(code, settings) {
7070
try {
7171
evalInContext.bind({})(post);
7272
} catch (err) {
73-
console.log(err);
7473
// Trace back error location from compiled source map
7574
var jsLoc = getErrorLocation(err),
7675
coffeeLoc = jsLoc ? compiled.sourceMap.sourceLocation(jsLoc) : null;

0 commit comments

Comments
 (0)