From 3d5ab0c79aef90899cdf7621eb0ef311c2d9de7d Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sat, 9 Aug 2003 04:56:35 +0000 Subject: [PATCH] The #1 most popular Narya log message gets the can. No need to hear about this 50,000 times a day. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2759 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../com/threerings/crowd/server/PlaceRegistry.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/java/com/threerings/crowd/server/PlaceRegistry.java b/src/java/com/threerings/crowd/server/PlaceRegistry.java index 5ce55275f..4658d03be 100644 --- a/src/java/com/threerings/crowd/server/PlaceRegistry.java +++ b/src/java/com/threerings/crowd/server/PlaceRegistry.java @@ -1,5 +1,5 @@ // -// $Id: PlaceRegistry.java,v 1.25 2002/10/31 21:32:15 mdb Exp $ +// $Id: PlaceRegistry.java,v 1.26 2003/08/09 04:56:35 mdb Exp $ package com.threerings.crowd.server; @@ -237,10 +237,10 @@ public class PlaceRegistry Log.warning("Requested to unmap unmapped place manager " + "[pmgr=" + pmgr + "]."); - } else { - Log.info("Unmapped place manager " + - "[class=" + pmgr.getClass().getName() + - ", ploid=" + ploid + "]."); +// } else { +// Log.info("Unmapped place manager " + +// "[class=" + pmgr.getClass().getName() + +// ", ploid=" + ploid + "]."); } }