diff --git a/lib/conf/gui/index.js b/lib/conf/gui/index.js index 7d974dff3..a31ace032 100644 --- a/lib/conf/gui/index.js +++ b/lib/conf/gui/index.js @@ -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(){