Skip to content

Commit

Permalink
Remove debug printing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnugget committed Sep 13, 2024
1 parent c9c7176 commit 3432de7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion alacritty_terminal/src/term/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2239,7 +2239,6 @@ impl<T: EventListener> Handler for Term<T> {

#[inline]
fn handle_osc133(&mut self, command: vte::ansi::Osc133Command) {
println!("OSC 133 command: {:?}", command);
self.event_proxy.send_event(Event::Osc133(command));
}
}
Expand Down

0 comments on commit 3432de7

Please sign in to comment.