Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
remove 'Last Check' log
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkrypto committed Apr 8, 2021
1 parent 8acf160 commit f7b3394
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f7b3394

Please sign in to comment.