Remove log
This commit is contained in:
2
index.js
2
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')) {
|
||||
|
||||
Reference in New Issue
Block a user