6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit c14279d2

AuthorEdmir Suljic<esu@dwarf.dk>
Date2026-02-25 20:28:37 +0100
pr comments

Changed files

comwell_key_app/lib/check_out/components/check_out_bottom_sheet.dart  | 2 --
 comwell_key_app/lib/domain/repositories/pregistration_repository.dart | 1 -
 2 files changed, 3 deletions(-)

Diff

diff --git a/comwell_key_app/lib/check_out/components/check_out_bottom_sheet.dart b/comwell_key_app/lib/check_out/components/check_out_bottom_sheet.dart
index 204e38dc..b7e0fc44 100644
--- a/comwell_key_app/lib/check_out/components/check_out_bottom_sheet.dart
+++ b/comwell_key_app/lib/check_out/components/check_out_bottom_sheet.dart
@@ -19,8 +19,6 @@ class CheckOutBottomSheet extends StatelessWidget {
final theme = Theme.of(context);
final isEnabled = state.isTermsAccepted;
- print(cubit.booking.balance);
-
final buttonStyle = ButtonStyle(
backgroundColor: WidgetStateProperty.resolveWith((states) {
if (states.contains(WidgetState.disabled)) {
diff --git a/comwell_key_app/lib/domain/repositories/pregistration_repository.dart b/comwell_key_app/lib/domain/repositories/pregistration_repository.dart
index 066ae58c..e8d52cb2 100644
--- a/comwell_key_app/lib/domain/repositories/pregistration_repository.dart
+++ b/comwell_key_app/lib/domain/repositories/pregistration_repository.dart
@@ -91,7 +91,6 @@ class PreregistrationRepository {
Future<dynamic> createPreregistration(PreregRequestDto request) async {
try {
- debugPrint("request: $request.toString()");
final response = await _api.preArrival(request);
return response.data!;