From f7b3394008944ef27408d5a340122a344c67d9bb Mon Sep 17 00:00:00 2001 From: anarkrypto Date: Wed, 7 Apr 2021 23:01:04 -0300 Subject: [PATCH] remove 'Last Check' log --- src/update.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/update.js b/src/update.js index d6b4e75..7afc660 100644 --- a/src/update.js +++ b/src/update.js @@ -36,8 +36,6 @@ exports.checkUpdates = function () { if (!("version" in remote_package)) return reject("Invalid remote package data: Version not found!") - console.log("Last Check: " + check_log.last_check) - check_log.last_check = parseInt(Date.now() / 1000) updateFile(check_log_file, check_log)