diff --git a/src/main.rs b/src/main.rs index db980cb..c5674cb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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()?;