From a2ba205df12332a360d89991fe508f964d88c73f Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 6 Feb 2022 19:48:14 +0100 Subject: fixup! Replace a card whenever the front or the back changed --- src/db/db.rs | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.2.3