elm_cnp: Fix typo

Summary:
Removes extraneous 'or' in debug message due to change from commit
27375735.

Reviewers: bu5hm4n

Reviewed By: bu5hm4n

Subscribers: bu5hm4n, cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4859
This commit is contained in:
Bryce Harrington 2017-05-08 19:04:47 +02:00 committed by Marcel Hollerbach
parent 82f0be9a32
commit 13a9a508ce
1 changed files with 1 additions and 1 deletions

View File

@ -5576,7 +5576,7 @@ _cont_obj_mouse_move(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUS
if (ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD)
{
cnp_debug("event on hold or - have to cancel DnD\n");
cnp_debug("event on hold - have to cancel DnD\n");
_abort_drag(obj, st);
st = NULL;