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(