6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 277f47ef
Changed files
comwell_key_app/lib/check_in/bloc/check_in_cubit.dart | 1 - 1 file changed, 1 deletion(-)
Diff
diff --git a/comwell_key_app/lib/check_in/bloc/check_in_cubit.dart b/comwell_key_app/lib/check_in/bloc/check_in_cubit.dart
index bb928f0c..d4b4a28e 100644
--- a/comwell_key_app/lib/check_in/bloc/check_in_cubit.dart
+++ b/comwell_key_app/lib/check_in/bloc/check_in_cubit.dart
@@ -31,7 +31,6 @@ class CheckInCubit extends Cubit<CheckInState> {
Future<void> tryGetKeys({int attempt = 0}) async {
try {
- print("qqq attempt=$attempt");
await _checkInRepository.getKeys(booking.id);
} catch (e) {
if (attempt < getKeysRetryAttempts) {