1
0
Fork 0

Revert "More error output if update() in foxx manager fails."

This reverts commit 3e6822a3917eb18ad45b6a0f145c87ca686fc54c.
This commit is contained in:
Max Neunhoeffer 2014-11-28 16:16:16 +01:00 committed by Frank Celler
parent 015d45fd4f
commit 9fb53e28d9
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}