Skip to content

Commit 8f4609a

Browse files
committed
Remove comment
1 parent 642f96d commit 8f4609a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

dist/easycoder-min.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/easycoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8070,7 +8070,7 @@ const EasyCoder_Compiler = {
80708070
const pc = this.program.length;
80718071
// First check for a label
80728072
if (keyword.endsWith(`:`)) {
8073-
console.log(`Label: ${keyword}`);
8073+
// console.log(`Label: ${keyword}`);
80748074
const name = keyword.substring(0, keyword.length - 1);
80758075
if (this.symbols[name]) {
80768076
throw new Error(`Duplicate symbol: '${name}'`);

0 commit comments

Comments
 (0)