From c13cbd5ed22488339d9502ef1f6462f5e4ffe114 Mon Sep 17 00:00:00 2001 From: Virt <41426325+VirtCode@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:07:04 +0100 Subject: [PATCH] fix: remove animation debug log spam whoops --- src/other/Shake.cpp | 2 -- 1 file changed, 2 deletions(-) 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(); }