Removed log

This commit is contained in:
Pax1601 2023-03-29 09:00:04 +02:00
parent ac44c208a8
commit 73a539bf94

View File

@ -333,7 +333,6 @@ export class UnitsManager {
{
if (!this.#pasteDisabled)
{
console.log("paste")
for (let idx in this.#copiedUnits)
{
var unit = this.#copiedUnits[idx];