Browse Source

Remove debug printf

Adam Ierymenko 8 years ago
parent
commit
4459d5ad54
1 changed files with 0 additions and 2 deletions
  1. 0 2
      osdep/Binder.hpp

+ 0 - 2
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;