Skip to content

Commit

Permalink
remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
pineman committed May 19, 2024
1 parent 3b1cade commit 0c85268
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fpt-egui/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ impl FPT {
match self.code.binary_search_by_key(&pc, |&(pc, _)| pc) {
Ok(pos) => {
if str != self.code[pos].1 {
dbg!("different");
self.code[pos] = (pc, str)
}
}
Expand Down

0 comments on commit 0c85268

Please sign in to comment.