From 24d3bc820937c69dd7c8b6534245b7294441a7ad Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 28 May 2026 02:41:26 +0900 Subject: [PATCH] chore: drop comment --- dzgui/data/CHANGELOG.md | 1 + dzgui/views/components/right_panel.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dzgui/data/CHANGELOG.md b/dzgui/data/CHANGELOG.md index 223e197..4a1b254 100644 --- a/dzgui/data/CHANGELOG.md +++ b/dzgui/data/CHANGELOG.md @@ -51,6 +51,7 @@ - Suppress log messages from imported modules - Embed Workshop link in Options menu - Disable overlay scrollbars on server tables +- Reduce size of geolocation DB on disk (~100MB) ## Dropped - Debug mode diff --git a/dzgui/views/components/right_panel.py b/dzgui/views/components/right_panel.py index 9bc6e72..2e93488 100644 --- a/dzgui/views/components/right_panel.py +++ b/dzgui/views/components/right_panel.py @@ -90,7 +90,6 @@ class RightPanel(Gtk.Box): exe_path = os.getenv("PYAPP") if exe_path and update is not None: if is_writeable(Path(exe_path)) is True: - print("path is writeable") self.update_button.set_halign(Gtk.Align.END) self.gutter_box.add(self.update_button) self.update_button.connect(