mirror of https://gitee.com/bigwinds/arangodb
remove log spam
This commit is contained in:
parent
862ec7bae3
commit
b33390c1d4
|
@ -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;
|
||||
|
|
|
@ -118,7 +118,6 @@ class RestImportHandler : public RestVocbaseBaseHandler {
|
|||
|
||||
bool createFromKeyValueList();
|
||||
bool createFromKeyValueListVPack() {
|
||||
LOG_TOPIC(ERR, arangodb::Logger::FIXME) << " not implemented";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue