summaryrefslogtreecommitdiff
path: root/src/db.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/db.rs')
-rw-r--r--src/db.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/db.rs b/src/db.rs
index 542c162..9d862d6 100644
--- a/src/db.rs
+++ b/src/db.rs
@@ -365,7 +365,6 @@ pub fn lists_get_all_ids(config: Cfg) -> Result<Vec<String>, Box<dyn std::error:
365 })?; 365 })?;
366 366
367 for id in id_iter { 367 for id in id_iter {
368 println!("Found id {:?}", id.as_ref().unwrap());
369 list_ids.push(id?) 368 list_ids.push(id?)
370 }; 369 };
371 370