mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-02 22:55:20 +02:00
remove log
This commit is contained in:
parent
96250b3ce5
commit
57be4ec42e
1 changed files with 0 additions and 1 deletions
|
@ -432,7 +432,6 @@ export class Prompter {
|
|||
|
||||
async _saveToFile(logFile, logEntry) {
|
||||
let task_id = this.agent.task.task_id;
|
||||
console.log(task_id)
|
||||
let logDir;
|
||||
if (task_id == null) {
|
||||
logDir = path.join(__dirname, `../../bots/${this.agent.name}/logs`);
|
||||
|
|
Loading…
Add table
Reference in a new issue