From 2f705277e330cc83a387328f9fe22bb50f81484c Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Mon, 26 Jun 2023 10:04:25 +0200 Subject: [PATCH] Remove log --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index 6438827..2808d7c 100644 --- a/index.js +++ b/index.js @@ -155,8 +155,6 @@ async function startBot(accountName) { stdio: ['pipe', 'pipe', 'pipe'], }); - console.log(childProcess); - childProcess.stdout.on('data', (data) => { console.log(`[${accountName}] ${data.toString()}`); if (data.includes('Press enter') || data.includes('Press any key')) {