diff --git a/client/src/units/unitsmanager.ts b/client/src/units/unitsmanager.ts index 9b4449df..cfbee371 100644 --- a/client/src/units/unitsmanager.ts +++ b/client/src/units/unitsmanager.ts @@ -333,7 +333,6 @@ export class UnitsManager { { if (!this.#pasteDisabled) { - console.log("paste") for (let idx in this.#copiedUnits) { var unit = this.#copiedUnits[idx];