Remove log

This commit is contained in:
2023-06-26 10:04:25 +02:00
parent c43c01a3a2
commit 2f705277e3

View File

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