Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
theoforger committed Sep 18, 2024
1 parent d1536e4 commit 0fb7f4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/clue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pub struct ClueCollection {
impl Clue {
/// Create a new instance of `Clue` from a single line of clue responses from the API
pub fn new(clue_line: &str) -> Option<Self> {
println!("{}", clue_line);
let chunks: Vec<&str> = clue_line.split(", ").collect();

// Discard empty lines as well as clues with only one word linked
Expand Down

0 comments on commit 0fb7f4d

Please sign in to comment.