Turned off debugging.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1106 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-03-08 09:40:21 +00:00
parent f8dbde0096
commit 8808dbe95a
@@ -1,5 +1,5 @@
// //
// $Id: CompiledConfigParser.java,v 1.1 2002/03/08 06:15:21 mdb Exp $ // $Id: CompiledConfigParser.java,v 1.2 2002/03/08 09:40:21 mdb Exp $
package com.threerings.yohoho.tools.xml; package com.threerings.yohoho.tools.xml;
@@ -32,7 +32,6 @@ public abstract class CompiledConfigParser
throws IOException, SAXException throws IOException, SAXException
{ {
Digester digester = new Digester(); Digester digester = new Digester();
digester.setDebug(99);
Serializable config = createConfigObject(); Serializable config = createConfigObject();
addRules(digester); addRules(digester);
digester.push(config); digester.push(config);