Remove verbose debug

This commit is contained in:
Girish Ramakrishnan
2020-08-15 09:12:52 -07:00
parent 2ebdf9673d
commit 1ae2f55c04
-2
View File
@@ -56,8 +56,6 @@ function rebuild(options, callback) {
dataDirs.push({ hostDir, mountDir });
});
debug('app volume mounts', dataDirs);
const appDataVolumes = dataDirs.map(function (v) { return `-v "${v.hostDir}:${v.mountDir}"`; }).join(' ');
const cmd = `docker run --restart=always -d --name="sftp" \