Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_dbus


Modified Files:
        ecore_dbus_object.c 


Log Message:
remove excess debugging cruft

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_dbus/ecore_dbus_object.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ecore_dbus_object.c 27 Sep 2006 13:27:54 -0000      1.1
+++ ecore_dbus_object.c 27 Sep 2006 19:32:45 -0000      1.2
@@ -59,9 +59,6 @@
          {
             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);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to