1
0
Fork 0

remove log spam

This commit is contained in:
jsteemann 2017-04-21 13:21:38 +02:00
parent 862ec7bae3
commit b33390c1d4
2 changed files with 0 additions and 2 deletions

View File

@ -2020,7 +2020,6 @@ static int restoreDataParser(char const* ptr, char const* pos,
}
if (key.empty()) {
LOG_TOPIC(ERR, arangodb::Logger::FIXME) << "GOT EXCEPTION 5";
errorMsg = invalidMsg;
return TRI_ERROR_HTTP_BAD_PARAMETER;

View File

@ -118,7 +118,6 @@ class RestImportHandler : public RestVocbaseBaseHandler {
bool createFromKeyValueList();
bool createFromKeyValueListVPack() {
LOG_TOPIC(ERR, arangodb::Logger::FIXME) << " not implemented";
return false;
}