Skip to content

Commit 62e2195

Browse files
committed
Code cleanup
1 parent a6c7997 commit 62e2195

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ const oldWorking = loadProxies('./working_proxies.txt');
3939

4040
let proxies = [...new Set(http_proxies.concat(socks_proxies, oldWorking))];
4141

42-
// process.on('uncaughtException', () => { });
43-
// process.on('unhandledRejection', (e) => { console.error(e); stats.threads > 0 ? stats.threads-- : 0; });
4442
process.on('SIGINT', () => { process.exit(0); });
4543
process.on('exit', () => { logger.info('Closing YANG... If you liked this project, make sure to leave it a star on github: https://github.com/Tenclea/ReYANG ! <3'); checkForUpdates(); });
4644

0 commit comments

Comments
 (0)