Disable protocol debug trace

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@215 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2008-12-05 23:42:54 +00:00
parent 937dadb988
commit 463caea397
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ public class LdapConnection extends AbstractConnection {
}
protected void sendResponse() throws IOException {
Ber.dumpBER(System.out, ">\n", responseBer.getBuf(), 0, responseBer.getDataLen());
//Ber.dumpBER(System.out, ">\n", responseBer.getBuf(), 0, responseBer.getDataLen());
os.write(responseBer.getBuf(), 0, responseBer.getDataLen());
os.flush();
}