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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user