From 242f722f2ed6a4a9bfd7cbe966a8046498daa841 Mon Sep 17 00:00:00 2001 From: Eric House Date: Fri, 28 Feb 2014 18:56:39 -0800 Subject: [PATCH] remove logging --- xwords4/common/server.c | 1 - 1 file changed, 1 deletion(-) 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; }