REFINE: Remove debug print statements from various blocs and services for cleaner code

This commit is contained in:
Leon Bösche
2026-01-11 21:54:11 +01:00
parent d6277f5469
commit 330bd86b96
8 changed files with 11 additions and 57 deletions

View File

@@ -352,7 +352,7 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
return Padding(
padding: EdgeInsets.only(
top: MediaQuery.of(context).size.width < 600
? 88.0
? 96.0
: 78.0,
),
child: AnimatedContainer(