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')) {