Skip to content

Commit bdc4221

Browse files
committed
remove console log
1 parent 68843b6 commit bdc4221

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/features/cseMachine/CseMachineAnimation.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ export class CseAnimation {
290290
let currCallInstr;
291291

292292
for (let i = 1; control.at(-i) != undefined; i++) {
293-
console.log(control.at(-i));
294293
if (control.at(-i)?.text.includes('call ')) {
295294
// find call instr above
296295
currCallInstr = control.at(-i);

0 commit comments

Comments
 (0)