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); }