diff --git a/src/other/Shake.cpp b/src/other/Shake.cpp index a82c3b5..03cd92d 100644 --- a/src/other/Shake.cpp +++ b/src/other/Shake.cpp @@ -107,8 +107,6 @@ double CShake::update(Vector2D pos) { } } - Debug::log(ERR, "value: {}, goal: {}", this->zoom->value(), this->zoom->goal()); - return this->zoom->value(); }