This website works better with JavaScript.
Home
Explore
Help
Sign In
ObsidianBlk
/
F8
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Removed stray console.log() command.
master
Bryan Miller
5 years ago
parent
7e92c653b7
commit
e8c246247f
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
+0
-1
src/compiler/tokenizer.js
+ 0
- 1
src/compiler/tokenizer.js
View 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();
Write
Preview
Loading…
Cancel
Save