remove console log

This commit is contained in:
Henry
2023-10-31 14:11:11 +00:00
parent f57a08f59b
commit 5ff720d66c
3 changed files with 1 additions and 5 deletions
@@ -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 {