Skip to content

Commit

Permalink
WIP #986 removed extra console log
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed Mar 12, 2017
1 parent 04d7e29 commit 6a4e94b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/deepforge
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ var installTorch = function() {
var error = result.error || result.stderr ||
`Torch install failed with exit code ${result.code}`;

console.log('stderr', result.stderr);
if (result.stderr.includes('unable to access')) {
error = `Could not access the torch repository. Are you ` +
`connected to the internet?\n`;
Expand Down

0 comments on commit 6a4e94b

Please sign in to comment.