Removed unnecessary debug log line

This commit is contained in:
Gergely Polonkai 2013-01-06 21:44:37 +01:00
parent 7e3a908120
commit f819df8ad7

View File

@ -86,7 +86,6 @@ wmud_client_finalize(GObject *gobject)
static void net_recv(WmudClient *self)
{
self->priv->last_recv = time(NULL);
g_message("net-recv");
}
static void