diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-12-12 12:58:39 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-12-12 12:58:39 -0800 |
commit | 4459d5ad54bf04cb6b25d7834f19dd9f301d0446 (patch) | |
tree | 9159b4565f4b18686b46d009370b23c0fafef677 | |
parent | 39fb4b1b4277d1a1761ce3316d30e9bda4277073 (diff) | |
download | infinitytier-4459d5ad54bf04cb6b25d7834f19dd9f301d0446.tar.gz infinitytier-4459d5ad54bf04cb6b25d7834f19dd9f301d0446.zip |
Remove debug printf
-rw-r--r-- | osdep/Binder.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/osdep/Binder.hpp b/osdep/Binder.hpp index fc18e5a5..d017f6d4 100644 --- a/osdep/Binder.hpp +++ b/osdep/Binder.hpp @@ -262,8 +262,6 @@ public: } } - for(std::map<InetAddress,std::string>::iterator i(localIfAddrs.begin());i!=localIfAddrs.end();++i) - printf("%s %s\n",i->second.c_str(),i->first.toString().c_str()); const bool gotViaProc = (localIfAddrs.size() > 0); #else const bool gotViaProc = false; |