Skip to content

Commit

Permalink
Remove unnecessary trace!
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed Jan 4, 2020
1 parent 31f168a commit 077962a
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 @@ -358,8 +358,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 077962a

Please sign in to comment.