From 58e41c58eb395478387cdc76c6e723779ff0620a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 4 Apr 2010 22:29:38 +0000 Subject: [PATCH] fix --- src/datastore/plugin_datastore_sqlite.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c index 0b575c981..6c20b346d 100644 --- a/src/datastore/plugin_datastore_sqlite.c +++ b/src/datastore/plugin_datastore_sqlite.c @@ -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; } -- 2.25.1