aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-11-23 01:46:04 +0100
committer0neGal <mail@0negal.com>2022-11-23 01:46:04 +0100
commit8190c46fa83fd8ab62a170e2de949287868d3c83 (patch)
tree1eab5b3b3fdd52934d464dfdfec06364c4fc6df3
parent47d62df1a205789574bd3c8e06af0fdc07322306 (diff)
downloadViper-8190c46fa83fd8ab62a170e2de949287868d3c83.tar.gz
Viper-8190c46fa83fd8ab62a170e2de949287868d3c83.zip
remove testing error
This was only here to test the uncaught exception catching.
-rw-r--r--src/utils.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/utils.js b/src/utils.js
index b93ce03..890fc8c 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -1006,10 +1006,6 @@ setInterval(() => {
}
}, 1500)
-setTimeout(() => {
- sasdasd
-}, 3000)
-
module.exports = {
mods,
winLog,