remove debugging message
This commit is contained in:
parent
a359fe5cf5
commit
8dce19a3a1
1 changed files with 0 additions and 2 deletions
|
@ -88,8 +88,6 @@ export default class product {
|
||||||
// Run the analysis.
|
// Run the analysis.
|
||||||
await analyzer.generate(PROMPT);
|
await analyzer.generate(PROMPT);
|
||||||
|
|
||||||
console.log(`done`, analyzer.blocked);
|
|
||||||
|
|
||||||
// Raise an error if the product analysis is blocked.
|
// Raise an error if the product analysis is blocked.
|
||||||
if (analyzer.blocked) {
|
if (analyzer.blocked) {
|
||||||
throw new Error((new texts(`error_msg_blocked`)).localized)
|
throw new Error((new texts(`error_msg_blocked`)).localized)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue