Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
snoww committed Jun 3, 2023
1 parent f518dde commit dccbdab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-tauri/src/parser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ pub fn start(window: Window<Wry>, ip: String, port: u16, raw_socket: bool) -> Re
});

while let Ok((op, data)) = rx.recv() {
info!("{:?}", op);
if let Ok(ref mut reset) = reset.try_lock() {
if **reset {
state.soft_reset();
Expand Down

0 comments on commit dccbdab

Please sign in to comment.