remove output
[oweals/gnunet.git] / src / transport / test_plugin_transport.c
index c90c5bc4a327baa68a7245135769860f45657b87..ffaad19ff92d245465e60eb246e131b140e92343 100644 (file)
@@ -48,7 +48,7 @@
 /**
  * Our public key.
  */
-static struct GNUNET_CRYPTO_EccPublicKeyBinaryEncoded my_public_key;
+static struct GNUNET_CRYPTO_EccPublicKey my_public_key;
 
 /**
  * Our identity.
@@ -387,9 +387,11 @@ env_notify_address (void *cls,
           end_badly_now();
           return;
       }
-      GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-                  "Plugin creates `%s' %u\n",api->address_to_string (api, s2a, s2a_len), s2a_len);
+
       /*
+      GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+                                               "Plugin creates `%s' %u\n",api->address_to_string (api, s2a, s2a_len), s2a_len);
+
       int c1;
       for (c1 = 0; c1 < s2a_len; c1++ )
        fprintf (stderr, "%u == %u\n", ((char *) s2a)[c1], ((char *) w->addr)[c1]);