ソースを参照

Removed stray console.log() command.

master
Bryan Miller 5年前
コミット
e8c246247f
1個のファイルの変更0行の追加1行の削除
  1. +0
    -1
      src/compiler/tokenizer.js

+ 0
- 1
src/compiler/tokenizer.js ファイルの表示

@@ -161,7 +161,6 @@ class Tokenizer{
var escaped = false;
var line = this.__stream.line();
var col = this.__stream.col();
console.log(line);
this.__stream.next();
while (!this.__stream.eof()){
let c = this.__stream.next();

読み込み中…
キャンセル
保存