mirror of
				https://github.com/tobspr/shapez.io.git
				synced 2025-06-13 13:04:03 +00:00 
			
		
		
		
	Remove unnecessary console.log
This commit is contained in:
		
							parent
							
								
									d194b5ad86
								
							
						
					
					
						commit
						3de5d45ad8
					
				| @ -56,7 +56,6 @@ export class ProductionAnalytics extends BasicSerializableObject { | ||||
|         if (item instanceof ShapeItem) { | ||||
|             const definition = item.definition; | ||||
|             const key = definition.getHash(); | ||||
|             console.log("Shape item produced:", key); | ||||
|             const entry = this.history[enumAnalyticsDataSource.produced]; | ||||
|             entry[entry.length - 1][key] = (entry[entry.length - 1][key] || 0) + 1; | ||||
|         } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user