From 31fea8eafc4d1cb580cabdb10babacc36de7d362 Mon Sep 17 00:00:00 2001 From: geeil-han Date: Tue, 26 Nov 2024 08:16:05 +0100 Subject: [PATCH] removed console.log for debugging --- src/data/move.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/data/move.ts b/src/data/move.ts index e1bc6e1c7c2..106e1cb6811 100644 --- a/src/data/move.ts +++ b/src/data/move.ts @@ -382,7 +382,6 @@ export default class Move implements Localizable { * @returns the called object {@linkcode Move} */ selectableCondition(condition: MoveSelectCondition): this { - console.log(`GHnote condition: ${typeof condition}`); if (condition) { this.selectableConditions.push(condition); }