瀏覽代碼

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
           comment += char
25
           comment += char
26
           char = input[++pos]
26
           char = input[++pos]
27
         }
27
         }
28
-        console.log("Ignoring comment: " + comment)
29
       } else {
28
       } else {
30
         pos++
29
         pos++
31
       }
30
       }