浏览代码

Remove debug printf

Adam Ierymenko 8 年之前
父节点
当前提交
4459d5ad54
共有 1 个文件被更改,包括 0 次插入2 次删除
  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;