Browse Source

Remove debug printf

Adam Ierymenko 8 năm trước cách đây
mục cha
commit
4459d5ad54
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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;