Now About Social Code
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.py b/src/main.py
index ffe1e43..cc5a966 100644
--- a/src/main.py
+++ b/src/main.py
@@ -366,7 +366,6 @@ class WeegtkApplication(Adw.Application):
# Only make chats visible on main screen
if True or buf.is_chat():
- print(f"TITLE IS {buf_name}")
page = self.props.active_window.stack.add_titled(buf, name=buf_name, title=buf_name)
if buf.data["full_name"] == "core.weechat":
self.props.active_window.set_page(page)