mirror of https://gitee.com/bigwinds/arangodb
Revert "More error output if update() in foxx manager fails."
This reverts commit 3e6822a3917eb18ad45b6a0f145c87ca686fc54c.
This commit is contained in:
parent
015d45fd4f
commit
9fb53e28d9
|
@ -311,7 +311,6 @@ function updateFishbowl () {
|
|||
}, filename);
|
||||
|
||||
if (result.code < 200 || result.code > 299) {
|
||||
require("internal").print("BadBadBad, something bad has happened:\n", JSON.stringify(result));
|
||||
throwDownloadError("Github download from '" + url + "' failed with error code " + result.code);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue