aboutsummaryrefslogtreecommitdiff
path: root/src/db/cards.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/cards.rs')
-rw-r--r--src/db/cards.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/db/cards.rs b/src/db/cards.rs
index 6d3e28d..709e4eb 100644
--- a/src/db/cards.rs
+++ b/src/db/cards.rs
@@ -109,7 +109,6 @@ pub fn pick_random_ready(conn: &Connection) -> Option<Card> {
question: row.get(0).ok()?,
responses: serialization::line_to_words(&responses_str),
state: serde_json::from_str(&state_str).ok()?,
- ready: row.get(3).ok()?,
})
}