We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68843b6 commit bdc4221Copy full SHA for bdc4221
src/features/cseMachine/CseMachineAnimation.tsx
@@ -290,7 +290,6 @@ export class CseAnimation {
290
let currCallInstr;
291
292
for (let i = 1; control.at(-i) != undefined; i++) {
293
- console.log(control.at(-i));
294
if (control.at(-i)?.text.includes('call ')) {
295
// find call instr above
296
currCallInstr = control.at(-i);
0 commit comments