Nix debug logging.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@433 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2007-09-11 22:24:21 +00:00
parent ea3ab0bf3f
commit 8e52521b20
@@ -214,7 +214,6 @@ public abstract class RatingManagerDelegate extends GameManagerDelegate
return;
}
log.info("Loading " + ratings + "...");
final int gameId = getGameId();
CrowdServer.invoker.postUnit(new RepositoryUnit("loadRatings") {
public void invokePersist () throws Exception {
@@ -255,7 +254,6 @@ public abstract class RatingManagerDelegate extends GameManagerDelegate
return;
}
log.info("Saving " + ratings + "...");
final int gameId = getGameId();
CrowdServer.invoker.postUnit(new RepositoryUnit("saveRatings") {
public void invokePersist () throws Exception {