Remove print

This commit is contained in:
Jeffrey Morgan 2015-03-02 00:59:10 -05:00
parent 1802f72564
commit bacd5793cb
1 changed files with 0 additions and 1 deletions

View File

@ -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;