mirror of https://github.com/docker/docs.git
Remove print
This commit is contained in:
parent
1802f72564
commit
bacd5793cb
|
@ -49,7 +49,6 @@ var _steps = [{
|
|||
}
|
||||
try {
|
||||
progressCallback(50); // TODO: detect when the installation has started so we can simulate progress
|
||||
console.log(setupUtil.macSudoCmd(cmd));
|
||||
yield util.exec(setupUtil.macSudoCmd(cmd));
|
||||
} catch (err) {
|
||||
throw null;
|
||||
|
|
Loading…
Reference in New Issue