Remove useless debug in PPP transmit destroy callback
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 13 Apr 2010 00:53:29 +0000 (17:53 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 13 Apr 2010 00:53:29 +0000 (17:53 -0700)
gatchat/gatppp.c

index 259fdeb..2e45e6b 100644 (file)
@@ -660,9 +660,8 @@ static void ppp_xmit_destroy_notify(gpointer destroy_data)
 {
        GAtPPP *ppp = destroy_data;
 
-       g_print("%s\n", __FUNCTION__);
-
        ppp->write_watch = 0;
+
        if (ppp->phase == PPP_DEAD)
                ppp_dead(ppp);
 }