remove debugging message
This commit is contained in:
parent
a359fe5cf5
commit
8dce19a3a1
1 changed files with 0 additions and 2 deletions
|
@ -87,8 +87,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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue