From d6fac64a9b43002baffd77b03e0575053a95b403 Mon Sep 17 00:00:00 2001 From: johaoRosasRosillo Date: Mon, 24 Oct 2022 17:42:52 -0300 Subject: [PATCH] remove console.log --- lib/agent/updater.js | 2 -- 1 file changed, 2 deletions(-) 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. */