Skip to content

Commit

Permalink
Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas committed Aug 27, 2014
1 parent b2ada70 commit 6cd2ef8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/conf/gui/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ var show_and_exit = function(force) {

// pass --force param to GUI app, to skip key verification check
if (force) args = args.concat(['--force']);
console.log(args);
run_detached(gui_path, args);

setTimeout(function(){
Expand Down

0 comments on commit 6cd2ef8

Please sign in to comment.