removed commented line

This commit is contained in:
john30
2017-05-13 08:42:35 +02:00
parent 126a391962
commit 506ff25063
-1
View File
@@ -1839,7 +1839,6 @@ result_t MessageMap::getFieldMap(const string& preferLanguage, vector<string>* r
return RESULT_ERR_INVALID_ARG;
}
}
//std::cout<<(inDataFields?"data:":"msg:")<<lowerName<<"\n";
name = toDataFields ? "*"+lowerName : lowerName;
seen[lowerName] = col;
}