mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-25 21:01:09 +03:00
remove console log
This commit is contained in:
@@ -187,7 +187,6 @@ const runPrediction = async (
|
||||
return formatResponse(res?.text)
|
||||
} else {
|
||||
const res = await chain.call(options, [loggerHandler, ...callbacks])
|
||||
console.log('formatResponse=', formatResponse(res?.text))
|
||||
return formatResponse(res?.text)
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user