fix
authorChristian Grothoff <christian@grothoff.org>
Sun, 4 Apr 2010 22:29:38 +0000 (22:29 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 4 Apr 2010 22:29:38 +0000 (22:29 +0000)
src/datastore/plugin_datastore_sqlite.c

index 0b575c981cbdcfd955a28feef5e3f75f6d01bf28..6c20b346db7dde97e01153f62bf1322f69bd2e2b 100644 (file)
@@ -1680,9 +1680,6 @@ libgnunet_plugin_datastore_sqlite_init (void *cls)
   api->drop = &sqlite_plugin_drop;
   GNUNET_log_from (GNUNET_ERROR_TYPE_INFO,
                    "sqlite", _("Sqlite database running\n"));
-  fprintf (stderr,
-          "Initial payload: %llu\n",
-          plugin.payload);
   return api;
 }