From 99574b020f3105bd9f72af1771a553ae650b0a74 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Fri, 13 Jun 2025 19:08:28 +0200 Subject: [PATCH] Down to debug level --- buba/bubaanimator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buba/bubaanimator.py b/buba/bubaanimator.py index 199df40..a9c7493 100644 --- a/buba/bubaanimator.py +++ b/buba/bubaanimator.py @@ -66,7 +66,7 @@ class BubaAnimation: now_delta = dt - now day_delta = dt - from_day_start h = BubaAnimation.humanize_delta(dt, now_delta, day_delta) - LOG.info(f"countdown({dt}) {now_delta} {day_delta} {h}") + LOG.debug(f"countdown({dt}) {now_delta} {day_delta} {h}") return h @staticmethod