mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
remove logging accidentally checked in
This commit is contained in:
parent
e6545d8d57
commit
01fe388f85
1 changed files with 0 additions and 3 deletions
|
@ -721,8 +721,6 @@ comms_getAddr( const CommsCtxt* comms, CommsAddrRec* addr )
|
||||||
void
|
void
|
||||||
comms_setAddr( CommsCtxt* comms, const CommsAddrRec* addr )
|
comms_setAddr( CommsCtxt* comms, const CommsAddrRec* addr )
|
||||||
{
|
{
|
||||||
XP_LOGF( "%s: seeksPublicRoom: %d", __func__,
|
|
||||||
addr->u.ip_relay.seeksPublicRoom );
|
|
||||||
XP_ASSERT( comms != NULL );
|
XP_ASSERT( comms != NULL );
|
||||||
util_addrChange( comms->util, &comms->addr, addr );
|
util_addrChange( comms->util, &comms->addr, addr );
|
||||||
XP_MEMCPY( &comms->addr, addr, sizeof(comms->addr) );
|
XP_MEMCPY( &comms->addr, addr, sizeof(comms->addr) );
|
||||||
|
@ -1879,7 +1877,6 @@ send_via_relay( CommsCtxt* comms, XWRELAY_Cmd cmd, XWHostID destID,
|
||||||
} else {
|
} else {
|
||||||
const CurGameInfo* gameInfo = comms->util->gameInfo;
|
const CurGameInfo* gameInfo = comms->util->gameInfo;
|
||||||
stream_putU8( tmpStream, gameInfo->dictLang );
|
stream_putU8( tmpStream, gameInfo->dictLang );
|
||||||
XP_LOGF( "%s: langCode=%d", __func__, gameInfo->dictLang );
|
|
||||||
}
|
}
|
||||||
set_relay_state( comms, COMMS_RELAYSTATE_CONNECT_PENDING );
|
set_relay_state( comms, COMMS_RELAYSTATE_CONNECT_PENDING );
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue