From cfe52b8e397deb03a63dccd8dfd754e38d9b8a85 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 1 Dec 2022 10:38:25 +0100 Subject: force orientation, fix labels, hide bars when navigating --- lib/services/log_service.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/services/log_service.dart') diff --git a/lib/services/log_service.dart b/lib/services/log_service.dart index cf8ea0b..9775823 100644 --- a/lib/services/log_service.dart +++ b/lib/services/log_service.dart @@ -2,7 +2,7 @@ import 'package:training_planner/config/defaults.dart'; class LogService { static void log(dynamic data) { - if (debug_output) { + if (debug_mode) { print(data); } } -- cgit v1.2.3-70-g09d2