new operation queue for limiting overlay connects
[oweals/gnunet.git] / src / transport / gnunet-service-transport_plugins.c
index cabb676cd5fbed0b44012907a5b6a0e9163fb623..1f3727b8e8be554f9f48342dff6264ec61164158 100644 (file)
@@ -222,10 +222,6 @@ GST_plugins_printer_find (const char *name)
         break;
     head = head->next;
   }
-  if (NULL != head)
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-              "Found `%s' in '%s'\n",
-              stripped, head->short_name);
   GNUNET_free (stripped);
   if (NULL == head)
     return NULL;