remove excess debugging cruft

SVN revision: 26180
This commit is contained in:
rephorm 2006-09-27 19:32:45 +00:00 committed by rephorm
parent d348065dea
commit 7aa493321b
1 changed files with 0 additions and 3 deletions

View File

@ -59,9 +59,6 @@ _ecore_dbus_event_method_call_cb(void *udata, int evtype, void *ev)
{
char *s;
printf(" %s => %d\n", key, (int)ecore_hash_get(event->server->objects, key));
s = strdup(key);
printf(" %s => %d\n", s, (int)ecore_hash_get(event->server->objects, s));
free(s);
}
ecore_list_destroy(keys);