diff options
-rw-r--r-- | dw/selection.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dw/selection.cc b/dw/selection.cc index 262c4bd2..6f48140f 100644 --- a/dw/selection.cc +++ b/dw/selection.cc @@ -140,7 +140,6 @@ bool SelectionState::buttonPress (Iterator *it, int charPos, int linkNo, ret = true; } else if (event->button == 1) { // normal selection handling - MSG("SelectionState::buttonPress normal selection handling\n"); highlight (false, 0); resetSelection (); |