remove logging

This commit is contained in:
Eric House 2015-02-09 07:27:18 -08:00
parent 9e403ac6b2
commit bdc298b222

View file

@ -231,7 +231,6 @@ public class CurGameInfo {
++count;
}
}
DbgUtils.logf( "remoteCount()=>%d", count );
return count;
}