diff --git a/lib/agent/updater.js b/lib/agent/updater.js index 816b033b5..778b21793 100644 --- a/lib/agent/updater.js +++ b/lib/agent/updater.js @@ -130,8 +130,6 @@ exports.check_for_update_winsvc = (cb) => { if (os.platform() != 'win32') return cb(new Error('Action only allowed on Windows')); - console.log(join(system.paths.package, 'bin', 'updater.exe')) - let updater_path = join(system.paths.package, 'bin', 'updater.exe'), sys_win = require('./../system/windows/'); /** Get the current version of winsvc running on the device. */