cleanup debug

This commit is contained in:
Michael Davidsaver
2019-10-21 13:33:01 -07:00
parent 87508ea279
commit 4b65a2f3c5
-2
View File
@@ -60,8 +60,6 @@ parsePeer(const char *optarg)
}
in_addr addr, mask;
std::cerr<<"XXX '"<<match[0]<<"' '"<<match[1]<<"' '"<<match[2]<<"' "<<match.size()<<"\n";
if(hostToIPAddr(match[1].str().c_str(), &addr)) {
throw std::runtime_error(pva::SB()<<"Expected a host name or IP. not "<<match[1].str());
}