removed commented line
This commit is contained in:
@@ -1839,7 +1839,6 @@ result_t MessageMap::getFieldMap(const string& preferLanguage, vector<string>* r
|
|||||||
return RESULT_ERR_INVALID_ARG;
|
return RESULT_ERR_INVALID_ARG;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//std::cout<<(inDataFields?"data:":"msg:")<<lowerName<<"\n";
|
|
||||||
name = toDataFields ? "*"+lowerName : lowerName;
|
name = toDataFields ? "*"+lowerName : lowerName;
|
||||||
seen[lowerName] = col;
|
seen[lowerName] = col;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user