Skip to content

Commit f870186

Browse files
committed
Remove leftover debug code
1 parent b6b24e9 commit f870186

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

relaxed_concurrent_fifo/relaxed_fifo.h

-4
Original file line numberDiff line numberDiff line change
@@ -515,10 +515,6 @@ class relaxed_fifo {
515515
}
516516
std::cout << fifo.buffer[(window_index - 3) % fifo.window_count].filled_set.any() << " " << fifo.buffer[(read_window - 2) % fifo.window_count].filled_set.any() << std::endl;
517517
*/
518-
test++;
519-
if (test > 1000) {
520-
fifo.debug_print();
521-
}
522518
return false;
523519
}
524520
}

0 commit comments

Comments
 (0)