From 64567710c36f67915e866661a306ddafca465d0c Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 17 Sep 2022 23:07:25 +0200 Subject: [PATCH] Cleanup --- sbapp/sideband/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sbapp/sideband/core.py b/sbapp/sideband/core.py index 47aee84..0f7f602 100644 --- a/sbapp/sideband/core.py +++ b/sbapp/sideband/core.py @@ -932,7 +932,6 @@ class SidebandCore(): self.unread_conversation(context_dest) self.owner_app.flag_unread_conversations = True else: - RNS.log("CHECKING FG STATE") if self.owner_app.is_in_foreground(): should_notify = False else: