Skip to content

Commit

Permalink
Remove debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Selyatin committed Nov 19, 2021
1 parent 2106b5f commit e68a56d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,6 @@ fn main_loop(stdout: &mut Stdout, state: &mut State) -> anyhow::Result<()> {
)?;
}

// For debugging dictionary's reproducability issue
queue!(
stdout,
MoveTo(0, state.rows),
PrintStyledContent(style(&state.dictionary[0].value).green().bold()),
)?;

// Render the queued frame
stdout.flush()?;

Expand Down

0 comments on commit e68a56d

Please sign in to comment.