소스 검색

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();

Loading…
취소
저장