fix: remove animation debug log spam

whoops
This commit is contained in:
Virt 2025-01-09 20:07:04 +01:00
commit c13cbd5ed2

View file

@ -107,8 +107,6 @@ double CShake::update(Vector2D pos) {
} }
} }
Debug::log(ERR, "value: {}, goal: {}", this->zoom->value(), this->zoom->goal());
return this->zoom->value(); return this->zoom->value();
} }