mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-16 04:05:37 +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) {
|
async _saveToFile(logFile, logEntry) {
|
||||||
let task_id = this.agent.task.task_id;
|
let task_id = this.agent.task.task_id;
|
||||||
console.log(task_id)
|
|
||||||
let logDir;
|
let logDir;
|
||||||
if (task_id == null) {
|
if (task_id == null) {
|
||||||
logDir = path.join(__dirname, `../../bots/${this.agent.name}/logs`);
|
logDir = path.join(__dirname, `../../bots/${this.agent.name}/logs`);
|
||||||
|
|
Loading…
Add table
Reference in a new issue