diff options
Diffstat (limited to 'src/db.rs')
-rw-r--r-- | src/db.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 | ||