Skip to content

Commit e1b7609

Browse files
committed
comment removed
1 parent 3040201 commit e1b7609

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cse-machine/interpreter.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,8 +584,6 @@ const cmdEvaluators: { [type: string]: CmdEvaluator } = {
584584
// Refer to Source §3 specifications https://docs.sourceacademy.org/source_3.pdf
585585
if (init.type === 'VariableDeclaration' && init.kind === 'let') {
586586
const id = init.declarations[0].id as es.Identifier
587-
// const valueExpression = init.declarations[0].init!
588-
589587
control.push(
590588
ast.blockStatement(
591589
[

0 commit comments

Comments
 (0)