Skip to content

Commit

Permalink
removing log calls
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Dec 9, 2015
1 parent 7cbbbd4 commit 07dfc3a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,10 @@ function electrify(create) {

// if its not installed, install it
var pwd = shell.pwd();

console.log('antes', pwd);

shell.cd(input);
shell.exec('meteor add arboleya:electrify');
shell.cd(pwd);

console.log('depois', pwd);
}
}

Expand Down

0 comments on commit 07dfc3a

Please sign in to comment.