remove debug

This commit is contained in:
Girish Ramakrishnan
2017-10-04 11:54:17 -07:00
parent af182e3df6
commit 96c16cd5d2

View File

@@ -133,8 +133,6 @@ function download(apiConfig, backupFilePath, callback) {
assert.strictEqual(typeof backupFilePath, 'string');
assert.strictEqual(typeof callback, 'function');
debug('download: %s', backupFilePath);
getBackupCredentials(apiConfig, function (error, credentials) {
if (error) return callback(error);