Skip to content

Commit 642f96d

Browse files
committed
Remove comment
1 parent 4d5743d commit 642f96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/easycoder/Compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ const EasyCoder_Compiler = {
281281
const pc = this.program.length;
282282
// First check for a label
283283
if (keyword.endsWith(`:`)) {
284-
console.log(`Label: ${keyword}`);
284+
// console.log(`Label: ${keyword}`);
285285
const name = keyword.substring(0, keyword.length - 1);
286286
if (this.symbols[name]) {
287287
throw new Error(`Duplicate symbol: '${name}'`);

0 commit comments

Comments
 (0)