r3867 - trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/phone-kit

chris at sita.openmoko.org chris at sita.openmoko.org
Thu Jan 17 15:46:34 CET 2008


Author: chris
Date: 2008-01-17 15:46:33 +0100 (Thu, 17 Jan 2008)
New Revision: 3867

Modified:
   trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/phone-kit/moko-network.c
Log:
Try saving before committing... (remove a couple of debug statements)


Modified: trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/phone-kit/moko-network.c
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/phone-kit/moko-network.c	2008-01-17 14:46:10 UTC (rev 3866)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/phone-kit/moko-network.c	2008-01-17 14:46:33 UTC (rev 3867)
@@ -691,8 +691,6 @@
   MokoNetworkPrivate *priv = self->priv;
   GError *error = NULL;
   
-  g_debug ("Start IO");
-  
   switch (condition) {
     case G_IO_IN :
       if (g_io_channel_read_chars (source, buf, sizeof (buf), &length, &error)
@@ -717,8 +715,6 @@
       g_warning ("Unhandled IO condition");
       break;
   }
-    
-  g_debug ("End IO");
 
   return TRUE;
 }





More information about the commitlog mailing list