mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +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) {
|
if (this.maxIterations !== null && numIters === this.maxIterations) {
|
||||||
// eslint-disable-next-line no-console
|
// eslint-disable-next-line no-console
|
||||||
console.log('\x1b[91m\x1b[1m\n*****TASK ENDING*****\n\x1b[0m\x1b[0m')
|
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
|
loop = false
|
||||||
this.taskList = []
|
this.taskList = []
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user