Skip to content

Commit

Permalink
Remove print stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cafca committed Jun 22, 2022
1 parent 821ff15 commit 5117402
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aquadoggo/src/db/stores/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ mod tests {

// Check for duplicates
let result = db.store.get_tasks().await;
// println!("{:?}", result.unwrap());
assert_eq!(result.unwrap().len(), 1);
}
}

0 comments on commit 5117402

Please sign in to comment.