summaryrefslogtreecommitdiffstats
path: root/src/Net/Connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Net/Connection.cpp')
-rw-r--r--src/Net/Connection.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Net/Connection.cpp b/src/Net/Connection.cpp
index 72f9848..5454dcf 100644
--- a/src/Net/Connection.cpp
+++ b/src/Net/Connection.cpp
@@ -238,7 +238,6 @@ bool Connection::rawSend(const uint8_t *data, unsigned long length) {
transS.push(trans);
updateEvents();
- doSend(); // TODO !!!
return true;
}