X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Ffrontend%2Fconnection.c;h=44247ebd4961988035b7c90c70baf12e377b8c0b;hp=62e5f9de6cb717c6e5e8807771fae01d040f7de1;hb=23b12088ee320df7b54f5c81011daf8995e22203;hpb=d24d97e4eaeb145fd6be0276ccf1570601a54d94 diff --git a/src/frontend/connection.c b/src/frontend/connection.c index 62e5f9d..44247eb 100644 --- a/src/frontend/connection.c +++ b/src/frontend/connection.c @@ -280,9 +280,6 @@ command_handle(sdb_conn_t *conn) assert(conn && (conn->cmd != SDB_CONNECTION_IDLE)); assert(! conn->skip_len); - sdb_log(SDB_LOG_DEBUG, "frontend: Handling command %u (len: %u)", - conn->cmd, conn->cmd_len); - if (conn->cmd == SDB_CONNECTION_PING) status = sdb_connection_ping(conn); else if (conn->cmd == SDB_CONNECTION_STARTUP)