diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-04-04 22:29:38 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-04-04 22:29:38 +0000 |
commit | bc43ea8413a06f77641757e2e2e6cb240defc469 (patch) | |
tree | d7e034db11c66c80ef9079e66d9c9684bf9969c1 /src/datastore/plugin_datastore_sqlite.c | |
parent | c3996290b018bd9003fe8304704ab4ca5c65facf (diff) |
fix
git-svn-id: https://gnunet.org/svn/gnunet@10784 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/plugin_datastore_sqlite.c')
-rw-r--r-- | src/datastore/plugin_datastore_sqlite.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c index 0b575c981c..6c20b346db 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; } |