diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-08-30 16:51:47 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-08-30 16:51:47 +0200 |
| commit | 1525c5defe3db08c765477003be73c68bb2c3cb7 (patch) | |
| tree | 85d61d4163e2c3968ee349be8238a92afb301a3b | |
| parent | fff831ff736e90fa6175fcb6f3000408218957e7 (diff) | |
| download | cmix-1525c5defe3db08c765477003be73c68bb2c3cb7.tar.gz cmix-1525c5defe3db08c765477003be73c68bb2c3cb7.tar.bz2 cmix-1525c5defe3db08c765477003be73c68bb2c3cb7.zip | |
Removes some debug statements.
| -rw-r--r-- | network-handler/main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/network-handler/main.cpp b/network-handler/main.cpp index acdd51f..128c0e8 100644 --- a/network-handler/main.cpp +++ b/network-handler/main.cpp @@ -7,10 +7,6 @@ #include <iostream> #include <cstdint> -#include "keymanagement.h" - -KeyPair pair; - int main(int argc, char* argv[]) { namespace po = boost::program_options; |
