Commit 513805d8 authored by tomas@poseidon.(none)'s avatar tomas@poseidon.(none)

removed debug printout that slipped in

parent dfe6033f
......@@ -169,7 +169,6 @@ LocalConfig::parseHostName(const char * buf){
mgmtSrvrId.type = MgmId_TCP;
mgmtSrvrId.name.assign(tempString);
mgmtSrvrId.port = port;
printf("LocalConfig::parseHostName %d %s\n", port, tempString);
ids.push_back(mgmtSrvrId);
return true;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment