summaryrefslogtreecommitdiff
path: root/anytun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'anytun.cpp')
-rw-r--r--anytun.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/anytun.cpp b/anytun.cpp
index aca8fa0..796f6d7 100644
--- a/anytun.cpp
+++ b/anytun.cpp
@@ -91,12 +91,9 @@ void* sender(void* p)
param->c.setSalt(tmp_salt);
std::cout << "seq: " << seq << std::endl << "sID: " << param->opt.getSenderId() << std::endl;
- std::cout << "bevore cipher: " << std::endl << pack.getBuf() << std::endl;
param->c.cypher(pack, seq, param->opt.getSenderId());
- std::cout << "after cipher: " << std::endl << pack.getBuf() << std::endl;
-
// add header to packet
pack.addHeader(seq, param->opt.getSenderId());
seq++;