From 2e4b8406219b400733ea3f6f5c62134d202be5ee Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Thu, 30 Aug 2007 23:57:15 +0000 Subject: remove packeage dump (breaks terminal) --- anytun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anytun.cpp b/anytun.cpp index 24f30ba..006ec15 100644 --- a/anytun.cpp +++ b/anytun.cpp @@ -91,7 +91,7 @@ void* sender(void* p) param->c.setSalt(tmp_salt); std::cout << "Send Package: seq: " << seq << std::endl << "sID: " << param->opt.getSenderId() << std::endl; - std::cout << "Package dump: " << pack.getBuf() << std::endl; + //std::cout << "Package dump: " << pack.getBuf() << std::endl; param->c.cypher(pack, seq, param->opt.getSenderId()); -- cgit v1.2.3