From 73807bf83e30aa14f3aa1a75afc8ade4ff4b929c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 3 May 2021 22:13:21 +0200 Subject: remove print --- src/buffer/threads.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/buffer/threads.rs b/src/buffer/threads.rs index 3525c2a..edc2339 100644 --- a/src/buffer/threads.rs +++ b/src/buffer/threads.rs @@ -69,7 +69,6 @@ impl Threads { } pub fn fill_window(&self, window: &mut Window) { - println!("filling"); for (i, thread) in self.threads.iter().enumerate() { let s = format!("thread: \'{}\' {:?}", thread.subject, thread.authors); window.lines.push( -- cgit v1.2.1