diff options
Diffstat (limited to 'src/db')
-rw-r--r-- | src/db/db.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/db/db.rs b/src/db/db.rs index 843d142..9ed88ce 100644 --- a/src/db/db.rs +++ b/src/db/db.rs @@ -56,7 +56,6 @@ fn insert( responses: &String, state: &String, ) -> Result<()> { - println!("insert {} : {}", question, responses); // Subtract a random amount of time so that cards are not initially given in the same order as // in the deck let ready_sub: u64 = rng.gen_range(0..100); |