mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-13 06:28:19 -05:00
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:
parent
c5985ff9f8
commit
7526a8674b
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user