remove log

This commit is contained in:
MaxRobinsonTheGreat 2025-03-19 13:31:18 -05:00
parent 96250b3ce5
commit 57be4ec42e

View file

@ -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`);