|
From: CVS C. to T. <the...@li...> - 2015-04-26 15:07:12
|
Revision: 721
http://sourceforge.net/p/themis/code/721
Author: mark_hellegers
Date: 2015-04-26 15:07:05 +0000 (Sun, 26 Apr 2015)
Log Message:
-----------
Removed comment accidentally left in. Grr.
Modified Paths:
--------------
trunk/themis/framework/connection.cpp
Modified: trunk/themis/framework/connection.cpp
===================================================================
--- trunk/themis/framework/connection.cpp 2015-04-26 15:04:50 UTC (rev 720)
+++ trunk/themis/framework/connection.cpp 2015-04-26 15:07:05 UTC (rev 721)
@@ -650,7 +650,6 @@
return bytes;
}
off_t Connection::Send(void *data, off_t size) {
- printf("Sending data\n");
off_t bytes=0L;
BAutolock alock(lock);
if (alock.IsLocked()){
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|