mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +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