From 4459d5ad54bf04cb6b25d7834f19dd9f301d0446 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 12 Dec 2016 12:58:39 -0800 Subject: Remove debug printf --- osdep/Binder.hpp | 2 -- 1 file changed, 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::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; -- cgit v1.2.3