Skip to content

Commit

Permalink
cleanup: dbg statement
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Oct 9, 2023
1 parent ae187ad commit fb24c82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sctk/src/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,6 @@ where
None => return None,
};
let id = &state.id;
dbg!("got action for {}", &state.id);
let mut current_cache = std::mem::take(cache);
let mut current_operation = Some(Box::new(OperationWrapper::Message(action)));

Expand Down

0 comments on commit fb24c82

Please sign in to comment.