Remove spurious debugs
This commit is contained in:
parent
7af1640cf1
commit
380c32eb78
@ -211,7 +211,6 @@ Cloudron.prototype.backup = function () {
|
|||||||
verifyResponse(res, 'Could not get backups');
|
verifyResponse(res, 'Could not get backups');
|
||||||
|
|
||||||
var existingBackups = res.body.backups;
|
var existingBackups = res.body.backups;
|
||||||
console.dir(existingBackups);
|
|
||||||
|
|
||||||
res = request.post(this._origin + '/api/v1/backups').query({ access_token: this._credentials.accessToken }).end();
|
res = request.post(this._origin + '/api/v1/backups').query({ access_token: this._credentials.accessToken }).end();
|
||||||
verifyResponse(res, 'Could not schedule backup');
|
verifyResponse(res, 'Could not schedule backup');
|
||||||
|
@ -47,7 +47,6 @@ describe('Cloudron backup testing', function () {
|
|||||||
size: '512mb',
|
size: '512mb',
|
||||||
version: latestVersion
|
version: latestVersion
|
||||||
});
|
});
|
||||||
console.dir(box);
|
|
||||||
appStore.waitForCloudron(box.id);
|
appStore.waitForCloudron(box.id);
|
||||||
cloudron = new Cloudron(box);
|
cloudron = new Cloudron(box);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user