diff --git a/xwords4/relay/udpack.cpp b/xwords4/relay/udpack.cpp index 5e5a0b97a..dd54ce304 100644 --- a/xwords4/relay/udpack.cpp +++ b/xwords4/relay/udpack.cpp @@ -122,8 +122,6 @@ UDPAckTrack::threadProc() } logf( XW_LOGERROR, "%s: these packets leaked: %s", __func__, leaked.c_str() ); - } else { - logf( XW_LOGINFO, "%s: no packets leaked", __func__ ); } } return NULL;