Remove a printf as the "Remove from List" issue is fixed.

SVN revision: 24110
This commit is contained in:
Christopher Michael 2006-07-21 17:28:15 +00:00
parent d698e6cc34
commit a8c7f5c9f3
1 changed files with 0 additions and 2 deletions

View File

@ -175,8 +175,6 @@ _cb_remove_instance(void *data, void *data2)
i = e_widget_ilist_selected_get(cfdata->o_instances);
l = evas_list_nth_list(cfdata->cf_gc->clients, i);
cf_gcc = l->data;
printf("Remove Client Name: %s\n", cf_gcc->name);
if (cf_gcc->name) evas_stringshare_del(cf_gcc->name);
if (cf_gcc->id) evas_stringshare_del(cf_gcc->id);