aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-05-03 22:13:21 +0200
committerGustav Sörnäs <gustav@sornas.net>2021-05-03 22:13:21 +0200
commit73807bf83e30aa14f3aa1a75afc8ade4ff4b929c (patch)
tree776bd0f86195cf7cc1d6ff892d1aea2ddcef214b
parentb5baa5a06a55ea891eef005c118ff175142bbfdf (diff)
downloadmail-73807bf83e30aa14f3aa1a75afc8ade4ff4b929c.tar.gz
remove print
-rw-r--r--src/buffer/threads.rs1
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(