remove debugging analysis message

This commit is contained in:
buzz-lightsnack-2007 2024-05-03 10:59:18 +08:00
parent 40e38b390b
commit 93a70426b5

View file

@ -67,8 +67,6 @@ export default class product {
};
async analyze() {
console.log(`run`, this[`analysis`], this.status ? (!this.status.update) : false);
// Stop when the data is already analyzed.
if (this[`analysis`]) {return(this.analysis)}
else if (this.status ? (!this.status.update) : false) {this.analysis = await global.read([`sites`, this.URL, `analysis`]);}