Commit ac9601ee authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Removed commented out code.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6938 b35dd754-fafc-0310-a699-88a17e54d16e
parent 570ea689
......@@ -211,7 +211,6 @@ public class NIOConnection implements Connection {
buffer.put((byte) '\0');
}
buffer.flip();
//System.out.println("SENT: " + doc.asXML());
ioSession.write(buffer);
}
catch (Exception e) {
......@@ -241,7 +240,6 @@ public class NIOConnection implements Connection {
buffer.put((byte) '\0');
}
buffer.flip();
//System.out.println("SENT: " + text);
ioSession.write(buffer);
}
catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment