Fix commented log message

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@470 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-03-20 16:07:29 +00:00
parent c5985ff9f8
commit 7526a8674b
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class AbstractConnection extends Thread {
*/
public void sendClient(byte[] messageBytes, int offset, int length) throws IOException {
//StringBuffer logBuffer = new StringBuffer("> ");
//logBuffer.append(new String(messageBytes));
//logBuffer.append(new String(messageBytes, offset, length));
//DavGatewayTray.debug(logBuffer.toString());
os.write(messageBytes, offset, length);
os.flush();