removed console.log for debugging

This commit is contained in:
geeil-han 2024-11-26 08:16:05 +01:00
parent 882778ec4c
commit 31fea8eafc
1 changed files with 0 additions and 1 deletions

View File

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