Removed some superfluous debug messages.
This commit is contained in:
parent
7f1c2f28aa
commit
c040a35267
1 changed files with 0 additions and 2 deletions
|
@ -445,7 +445,6 @@ namespace Connector_HTTP {
|
||||||
int id = -1;
|
int id = -1;
|
||||||
|
|
||||||
for (unsigned int i=0; i < ServConf["config"]["protocols"].size(); ++i){
|
for (unsigned int i=0; i < ServConf["config"]["protocols"].size(); ++i){
|
||||||
std::cout << "checking: " << ServConf["config"]["protocols"][i]["connector"].asStringRef() <<std::endl;
|
|
||||||
if ( ServConf["config"]["protocols"][i]["connector"].asStringRef() == connector ) {
|
if ( ServConf["config"]["protocols"][i]["connector"].asStringRef() == connector ) {
|
||||||
id = i;
|
id = i;
|
||||||
break; //pick the first protocol in the list that matches the connector
|
break; //pick the first protocol in the list that matches the connector
|
||||||
|
@ -482,7 +481,6 @@ namespace Connector_HTTP {
|
||||||
argarr[argnum++] = (char*)(temphost.c_str());
|
argarr[argnum++] = (char*)(temphost.c_str());
|
||||||
argarr[argnum++] = (char*)"-s";
|
argarr[argnum++] = (char*)"-s";
|
||||||
argarr[argnum++] = (char*)(tempstream.c_str());
|
argarr[argnum++] = (char*)(tempstream.c_str());
|
||||||
INFO_MSG("argnum: %i", argnum);
|
|
||||||
|
|
||||||
//for (unsigned int i=0; i<20; i++){
|
//for (unsigned int i=0; i<20; i++){
|
||||||
//std::cerr << "argv["<<i<< "] " << argarr[i] <<std::endl;
|
//std::cerr << "argv["<<i<< "] " << argarr[i] <<std::endl;
|
||||||
|
|
Loading…
Add table
Reference in a new issue