diff --git a/osdep/Binder.hpp b/osdep/Binder.hpp index fc18e5a51..d017f6d47 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;