remove console log

pull/22/head
LaukkaE 2024-04-01 18:09:18 +03:00
parent 7ca85e9933
commit 40d6d5006b
1 changed files with 0 additions and 1 deletions

View File

@ -1781,7 +1781,6 @@ export class FreezeDryMultiplierAttr extends VariableMoveTypeMultiplierAttr {
//Increased twice because initial reduction against water
multiplier.value *=4;
}
console.log(multiplier.value);
return false;
}
}