diff --git a/xwords4/common/server.c b/xwords4/common/server.c index e291c0709..162cb1187 100644 --- a/xwords4/common/server.c +++ b/xwords4/common/server.c @@ -2439,7 +2439,6 @@ server_getMissingPlayers( const ServerCtxt* server ) break; } - LOG_RETURNF( "%x", result ); return result; }