Remove debug print

This commit is contained in:
Phillip Stephens 2021-05-09 16:10:05 -07:00
parent 6718f697dd
commit e9b4cce6db
Signed by: Antidote
GPG Key ID: F8BEE4C83DACA60D
1 changed files with 0 additions and 3 deletions

View File

@ -1054,9 +1054,6 @@ void CFlaahgra::Dead(CStateManager& mgr, EStateMsg msg, float /*arg*/) {
}
void CFlaahgra::Attack(CStateManager& mgr, EStateMsg msg, float arg) {
fmt::print(FMT_STRING("CFlaahgra::Attack {}\n"), (msg == EStateMsg::Activate ? "Activate"
: msg == EStateMsg::Update ? "Update"
: "Deactivate"));
static constexpr std::array kStates1{
-1, -1, -1, 2, -1,
};