oops forgot a printf removal.

This commit is contained in:
Carsten Haitzler 2013-03-09 00:16:11 +09:00
parent 2217166f40
commit 6be6249ccd
1 changed files with 0 additions and 1 deletions

View File

@ -3015,7 +3015,6 @@ _smart_cb_drop(void *data, Evas_Object *o __UNUSED__, Elm_Selection_Data *ev)
else
{
strcpy(tb, p);
printf("'%s'\n", tb);
if (strlen(tb) > 0)
evas_object_smart_callback_call
(obj, "popup,queue", tb);