remove debugging analysis message
This commit is contained in:
		
							parent
							
								
									40e38b390b
								
							
						
					
					
						commit
						93a70426b5
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -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`]);} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue