From 8e52521b20938947bf8f9de5ab3e6681774bf380 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 11 Sep 2007 22:24:21 +0000 Subject: [PATCH] Nix debug logging. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@433 c613c5cb-e716-0410-b11b-feb51c14d237 --- .../threerings/parlor/rating/server/RatingManagerDelegate.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/java/com/threerings/parlor/rating/server/RatingManagerDelegate.java b/src/java/com/threerings/parlor/rating/server/RatingManagerDelegate.java index e03c81d9..26195539 100644 --- a/src/java/com/threerings/parlor/rating/server/RatingManagerDelegate.java +++ b/src/java/com/threerings/parlor/rating/server/RatingManagerDelegate.java @@ -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 {