mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
remove logging
This commit is contained in:
parent
063b01d3d8
commit
d3c15eb58b
1 changed files with 0 additions and 1 deletions
|
@ -332,7 +332,6 @@ DBMgr::AllDevsAckd( const char* const connName )
|
||||||
assert( nTuples <= 1 );
|
assert( nTuples <= 1 );
|
||||||
bool full = nTuples == 1 && 't' == PQgetvalue( result, 0, 0 )[0];
|
bool full = nTuples == 1 && 't' == PQgetvalue( result, 0, 0 )[0];
|
||||||
PQclear( result );
|
PQclear( result );
|
||||||
logf( XW_LOGINFO, "%s=>%d", __func__, full );
|
|
||||||
return full;
|
return full;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue