On Mon, Jan 10, 2011 at 6:52 AM, Bernd Fondermann <[email protected]> wrote: > When reviewing the latest changes on the codebase I encountered two > code bits I'm not sure about whether or not they are intended to last: > > + StanzaLoggingFilter: "if (serverLogger.isDebugEnabled()) " is > commented out. Discard, re-enable or leave it that way? > + ProtocolWorker l. 92: "System.out.println(stanzaHandler);" Left over > from debugging?
Both of these were temporary (and ProtocolWorker not meant for committing :-). Both should be fixed now. Thanks for reminding me! /niklas
