diff options
| -rw-r--r-- | src/buffer/threads.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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( |
