diff --git a/src/index.ts b/src/index.ts index 5298570..2ada8b4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -65,10 +65,6 @@ if (config.proxy.mode === "reflect4") { logger.info("All proxies spawned successfully."); } -process.on("SIGINT", () => { - logger.info("Received SIGINT. Closing browser..."); -}); - process.on("SIGINT", async () => { logger.info("Received SIGINT. Closing browser..."); for (const context of browser.contexts()) {