Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/e_dbus

Dir     : e17/libs/e_dbus/src/lib/dbus


Modified Files:
        e_dbus_signal.c 


Log Message:


remove printfs.

===================================================================
RCS file: /cvs/e/e17/libs/e_dbus/src/lib/dbus/e_dbus_signal.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_dbus_signal.c     4 Nov 2007 07:51:37 -0000       1.2
+++ e_dbus_signal.c     7 May 2008 10:36:23 -0000       1.3
@@ -133,7 +133,6 @@
   DBusError err;
 
   sh = calloc(1, sizeof(E_DBus_Signal_Handler));
-  printf("calloc: %p\n", sh);
 
   strcpy(match, "type='signal'");
   len = 13;
@@ -156,7 +155,6 @@
   ADD_MATCH_PIECE(interface)
   ADD_MATCH_PIECE(member)
 
-  printf("MATCH ON: %s\n", match);
   sh->cb_signal = cb_signal;
   sh->data = data;
 



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to