From 8190c46fa83fd8ab62a170e2de949287868d3c83 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Wed, 23 Nov 2022 01:46:04 +0100 Subject: remove testing error This was only here to test the uncaught exception catching. --- src/utils.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/utils.js') 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, -- cgit v1.2.3