diff --git a/src/routes/test/apps-test.js b/src/routes/test/apps-test.js index e88f8cf02..2bf9577c7 100644 --- a/src/routes/test/apps-test.js +++ b/src/routes/test/apps-test.js @@ -117,13 +117,10 @@ function checkAddons(appEntry, done) { delete res.body.recvmail; // unclear why dovecot mail delivery won't work delete res.body.stdenv; // cannot access APP_ORIGIN -console.dir(res.body); - for (var key in res.body) { if (res.body[key] !== 'OK') return callback('Not done yet: ' + JSON.stringify(res.body)); } -console.log('that worked out!'); callback(); }); }, done);