- remove msg
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 29 May 2012 12:32:40 +0000 (12:32 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 29 May 2012 12:32:40 +0000 (12:32 +0000)
src/transport/plugin_transport_http_server.c

index b55c47582083385c44d753330404403e9204a7d0..39e69860c0e3e95f8ed83f5d9bfa2e1a1b26a648 100644 (file)
@@ -577,7 +577,6 @@ error:
 
 found:
   sc = GNUNET_malloc (sizeof (struct ServerConnection));
-  GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Create %p\n", sc);
   sc->mhd_conn = mhd_connection;
   sc->direction = direction;
   sc->session = s;