Skip to content

Commit

Permalink
console.log removed
Browse files Browse the repository at this point in the history
Still a bug to track down!
  • Loading branch information
lee-naish committed Feb 4, 2025
1 parent fae2ee7 commit 7854279
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/algorithms/controllers/MSDRadixSort.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ export default {
vis.array.setStack(
deriveStack(cur_real_stack, cur_finished_stack_frames, cur_i, cur_j, cur_depth)
);
console.log(cur_real_stack, cur_finished_stack_frames);

// XXX This is getting very messy - (un)highlighting depends a
// lot on where we are and we have a bunch of tricky testing of
Expand Down

0 comments on commit 7854279

Please sign in to comment.