Skip to content

Commit

Permalink
fix: remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Onciul committed Aug 30, 2024
1 parent 651120a commit b450164
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,6 @@ impl Reedline {

if let Ok(mut queue) = self.reedline_event_queue.lock() {
for event in queue.drain(..) {
println!("Got event from queue: {}", event);
reedline_events.push(event);
}
}
Expand Down

0 comments on commit b450164

Please sign in to comment.