From bacd5793cb452feadc0c49be257b5b413a133576 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Mon, 2 Mar 2015 00:59:10 -0500 Subject: [PATCH] Remove print --- src/SetupStore.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SetupStore.js b/src/SetupStore.js index 4f15ff2221..c7aed2a288 100644 --- a/src/SetupStore.js +++ b/src/SetupStore.js @@ -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;