Sfoglia il codice sorgente

Removed stray console.log() command.

master
Bryan Miller 5 anni fa
parent
commit
e8c246247f
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      src/compiler/tokenizer.js

+ 0
- 1
src/compiler/tokenizer.js Vedi File

@@ -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…
Annulla
Salva