From b23f8efaa153db9dca8053d95f231010aac3a3e9 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Mon, 26 Feb 2024 19:48:59 -0800 Subject: [PATCH] Remove Log --- lib/cwtch/cwtchNotifier.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cwtch/cwtchNotifier.dart b/lib/cwtch/cwtchNotifier.dart index 7e9a3179..d0a153fe 100644 --- a/lib/cwtch/cwtchNotifier.dart +++ b/lib/cwtch/cwtchNotifier.dart @@ -64,7 +64,6 @@ class CwtchNotifier { // unless we have loaded no profiles...then there isnt a risk and this // might be a first time (e.g. new apk, existing service) } else { - EnvironmentConfig.debugLog("Reloading....${data}"); flwtchState.cwtch.LoadProfiles(DefaultPassword); }