Removed debug logging.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1736 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-09-23 01:35:10 +00:00
parent 361c992ac4
commit 689546f785
@@ -1,5 +1,5 @@
//
// $Id: ConfObjRegistry.java,v 1.2 2002/09/23 01:34:32 mdb Exp $
// $Id: ConfObjRegistry.java,v 1.3 2002/09/23 01:35:10 mdb Exp $
package com.threerings.admin.server;
@@ -131,8 +131,6 @@ public class ConfObjRegistry
String key = fieldToKey(event.getName());
Object value = event.getValue();
Log.info("Mirroring value [key=" + key + ", value=" + value + "].");
if (value instanceof Integer) {
config.setValue(key, ((Integer)value).intValue());
} else if (value instanceof Long) {