Skip to content

Commit 8d9be68

Browse files
committed
remove debug print
1 parent e4dd3ba commit 8d9be68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,6 @@ fn main_thread(
203203

204204
gui_data.prints = raw_data;
205205

206-
dbg!(&gui_data.prints);
207-
208206
gui_data.plots = (0..data.dataset.len())
209207
.map(|i| (file_options.names[i].to_string(), vec![]))
210208
.collect();

0 commit comments

Comments
 (0)