[virtualcommons-svn] commit/foraging: alllee: minor hygiene: removing spammy logging.
Status: Beta
Brought to you by:
alllee
From: Bitbucket <com...@bi...> - 2012-01-24 07:28:53
|
1 new commit in foraging: https://bitbucket.org/virtualcommons/foraging/changeset/e81105acac41/ changeset: e81105acac41 user: alllee date: 2012-01-24 08:28:28 summary: minor hygiene: removing spammy logging. affected #: 1 file diff -r f01830195b58b32107551d4d4b7d555ded1f0e35 -r e81105acac41540f332be3f9e86cad839306aff7 src/main/java/edu/asu/commons/foraging/server/ForagingServer.java --- a/src/main/java/edu/asu/commons/foraging/server/ForagingServer.java +++ b/src/main/java/edu/asu/commons/foraging/server/ForagingServer.java @@ -979,7 +979,6 @@ private boolean shouldSynchronize(ClientData data) { long startCount = secondTick.getStartCount(); int assignedNumber = data.getAssignedNumber(); - logger.info("start count: " + startCount); return (startCount < 2) || ((startCount % SYNCHRONIZATION_FREQUENCY) == (assignedNumber * 10)); } Repository URL: https://bitbucket.org/virtualcommons/foraging/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |