summaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index 72320d6e5..c53b0a25d 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -180,7 +180,6 @@ connect_to_postgres (struct PostgresClosure *pc)
{
TALER_LOG_ERROR ("Database connection failed: %s\n",
PQerrorMessage (conn));
- GNUNET_break (0);
return NULL;
}
PQsetNoticeReceiver (conn,