removed console.log for debugging

This commit is contained in:
geeil-han 2024-11-26 08:16:05 +01:00
parent 882778ec4c
commit 31fea8eafc

View File

@ -382,7 +382,6 @@ export default class Move implements Localizable {
* @returns the called object {@linkcode Move} * @returns the called object {@linkcode Move}
*/ */
selectableCondition(condition: MoveSelectCondition): this { selectableCondition(condition: MoveSelectCondition): this {
console.log(`GHnote condition: ${typeof condition}`);
if (condition) { if (condition) {
this.selectableConditions.push(condition); this.selectableConditions.push(condition);
} }