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 {
|
try {
|
||||||
progressCallback(50); // TODO: detect when the installation has started so we can simulate progress
|
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));
|
yield util.exec(setupUtil.macSudoCmd(cmd));
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
throw null;
|
throw null;
|
||||||
|
|
Loading…
Reference in New Issue