diff options
author | 0neGal <mail@0negal.com> | 2022-03-24 17:16:48 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-03-24 17:16:48 +0100 |
commit | e69a4d3020c4f8cdc1b9cfdf9dd4053d2d66ad53 (patch) | |
tree | 32526aa647af0a1cc9dc723530bdc04f18f9854b | |
parent | 63fb961c1a3b5df509ee96711b6d489b40efb330 (diff) | |
download | Viper-e69a4d3020c4f8cdc1b9cfdf9dd4053d2d66ad53.tar.gz Viper-e69a4d3020c4f8cdc1b9cfdf9dd4053d2d66ad53.zip |
removed excess debug console.log()
I forgot about this when merging the VDF fix
-rw-r--r-- | src/utils.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils.js b/src/utils.js index 57c0289..7c1c22b 100644 --- a/src/utils.js +++ b/src/utils.js @@ -769,8 +769,6 @@ setInterval(() => { ipcMain.emit("guigetmods"); }, 1500) -console.log(findgame()) - module.exports = { mods, lang, |