From 0b1e3d2d2a91b897803d321ec3ad42e6f1f83190 Mon Sep 17 00:00:00 2001 From: evanwporter Date: Sun, 17 Nov 2024 19:31:32 -0800 Subject: [PATCH] Undid unnecessary logging --- src/types/SAVTypes/radicalred/PK3RR.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/types/SAVTypes/radicalred/PK3RR.ts b/src/types/SAVTypes/radicalred/PK3RR.ts index f249eafc..3b5752af 100644 --- a/src/types/SAVTypes/radicalred/PK3RR.ts +++ b/src/types/SAVTypes/radicalred/PK3RR.ts @@ -78,7 +78,7 @@ export class PK3RR implements PluginPKMInterface { trainerName: string trainerGender: boolean isLocked: boolean = false - originalBytes?: Uint8Array + originalBytes?: Uint8Array constructor(arg: ArrayBuffer | AllPKMFields) { if (arg instanceof ArrayBuffer) { @@ -212,7 +212,6 @@ export class PK3RR implements PluginPKMInterface { this.dexNum = other.dexNum this.formeNum = other.formeNum this.privateHeldItemIndex = ItemGen3RRFromString(other.heldItemName) - console.log("ITEM", this.privateHeldItemIndex, other.heldItemName) this.heldItemIndex = ItemFromString(other.heldItemName) this.exp = other.exp this.movePPUps = other.movePPUps