We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967f488 commit c88fbffCopy full SHA for c88fbff
lib/language/index.js
@@ -70,7 +70,6 @@ function run(code, settings) {
70
try {
71
evalInContext.bind({})(post);
72
} catch (err) {
73
- console.log(err);
74
// Trace back error location from compiled source map
75
var jsLoc = getErrorLocation(err),
76
coffeeLoc = jsLoc ? compiled.sourceMap.sourceLocation(jsLoc) : null;
0 commit comments