Skip to content

Commit

Permalink
Remove unnecessary trace!
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo authored and Osspial committed Jan 5, 2020
1 parent e856d2a commit da3cfcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/platform_impl/macos/view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,6 @@ extern "C" fn reset_cursor_rects(this: &Object, _sel: Sel) {
}

extern "C" fn has_marked_text(_this: &Object, _sel: Sel) -> BOOL {
trace!("Triggered `hasMarkedText`");
trace!("Completed `hasMarkedText`");
YES
}

Expand Down

0 comments on commit da3cfcf

Please sign in to comment.