remove debugging message

This commit is contained in:
buzz-lightsnack-2007 2024-05-02 11:58:08 +08:00
parent a359fe5cf5
commit 8dce19a3a1

View file

@ -87,8 +87,6 @@ export default class product {
// Run the analysis.
await analyzer.generate(PROMPT);
console.log(`done`, analyzer.blocked);
// Raise an error if the product analysis is blocked.
if (analyzer.blocked) {