Skip to content

Commit 16c3056

Browse files
committed
remove leftover debug statement
1 parent 869aa26 commit 16c3056

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/syntaxes/property.tests.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ class Tester
2121
}`;
2222
let tokens: Token[] = TokenizerUtil.tokenize(input);
2323

24-
console.log(JSON.stringify(tokens));
25-
2624
tokens.should.contain(Tokens.StorageModifierKeyword("public", 4, 5));
2725
tokens.should.contain(Tokens.Type("IBooom", 4, 12));
2826
tokens.should.contain(Tokens.PropertyIdentifier("Property", 4, 19));

0 commit comments

Comments
 (0)