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

@ -176,8 +176,6 @@ _cb_remove_instance(void *data, void *data2)
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);
if (cf_gcc->style) evas_stringshare_del(cf_gcc->style);