mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Remove unnecessary console.log's
This commit is contained in:
@@ -49,10 +49,6 @@ export class HUDProcessingOverlay extends BaseHUDPart {
|
||||
task();
|
||||
return;
|
||||
}
|
||||
// if (name) {
|
||||
// console.warn("QUEUE", name);
|
||||
// }
|
||||
|
||||
task.__name = name;
|
||||
this.tasks.push(task);
|
||||
}
|
||||
|
||||
@@ -112,7 +112,6 @@ export class HUDShop extends BaseHUDPart {
|
||||
container.appendChild(pinButton);
|
||||
|
||||
if (this.root.hud.parts.pinnedShapes.isShapePinned(shape)) {
|
||||
console.log("ALREADY PINNED:", shape);
|
||||
pinButton.classList.add("alreadyPinned");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user