remove debugs

This commit is contained in:
Girish Ramakrishnan
2016-06-16 14:59:20 -05:00
parent d837e9f679
commit a75b9c1428

View File

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