remove unneeded debug statement
authorKristen Carlson Accardi <kristen@linux.intel.com>
Thu, 25 Mar 2010 04:41:52 +0000 (21:41 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 25 Mar 2010 13:50:10 +0000 (06:50 -0700)
cleanup old debug print statement

gatchat/ppp.c

index 4612976..f3bfba7 100644 (file)
@@ -328,10 +328,8 @@ gboolean ppp_cb(GIOChannel *channel, GIOCondition cond, gpointer data)
        gsize bytes_read;
        GError *error = NULL;
 
-       if (cond & (G_IO_NVAL | G_IO_ERR | G_IO_HUP)) {
-               g_print("G_IO_NVAL | G_IO_ERR");
+       if (cond & (G_IO_NVAL | G_IO_ERR | G_IO_HUP))
                return FALSE;
-       }
 
        if (cond & G_IO_IN) {
                status = g_io_channel_read_chars(channel, buf, 256,