mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
remove unwanted console.log
This commit is contained in:
@@ -249,8 +249,6 @@ export class BabyAGI {
|
||||
if (this.maxIterations !== null && numIters === this.maxIterations) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log('\x1b[91m\x1b[1m\n*****TASK ENDING*****\n\x1b[0m\x1b[0m')
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(this.maxIterations)
|
||||
loop = false
|
||||
this.taskList = []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user