浏览代码

Remove verbose compiler logs until I can write some proper CLI options

Matt Coles 9 年之前
父节点
当前提交
0fd8377b3b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      compiler.js

+ 0 - 1
compiler.js

@@ -25,7 +25,6 @@ var tokenizer = function (input) {
25 25
           comment += char
26 26
           char = input[++pos]
27 27
         }
28
-        console.log("Ignoring comment: " + comment)
29 28
       } else {
30 29
         pos++
31 30
       }