Remove one debug print for GWeb session flags
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 30 Oct 2010 16:48:29 +0000 (18:48 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 30 Oct 2010 16:48:29 +0000 (18:48 +0200)
gweb/gweb.c

index bda2f7d..a351978 100644 (file)
@@ -336,8 +336,6 @@ static int connect_session_transport(struct web_session *session)
                return -EIO;
        }
 
-       debug(session->web, "flags %lu", session->flags);
-
        if (session->flags & SESSION_FLAG_USE_TLS)
                session->transport_channel = g_io_channel_gnutls_new(sk);
        else