Skip to content

Commit 7854279

Browse files
committed
console.log removed
Still a bug to track down!
1 parent fae2ee7 commit 7854279

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/algorithms/controllers/MSDRadixSort.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ export default {
208208
vis.array.setStack(
209209
deriveStack(cur_real_stack, cur_finished_stack_frames, cur_i, cur_j, cur_depth)
210210
);
211-
console.log(cur_real_stack, cur_finished_stack_frames);
212211

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

0 commit comments

Comments
 (0)