[gnome-music/wip/mschraal/glib-logging: 7/11] emptyview: Remove debug print



commit 10fac2d60853f842a26a43817067d51909ff707c
Author: Marinus Schraal <mschraal gnome org>
Date:   Mon Jan 27 17:44:20 2020 +0100

    emptyview: Remove debug print

 gnomemusic/views/emptyview.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gnomemusic/views/emptyview.py b/gnomemusic/views/emptyview.py
index e83c8e9f..0c01287a 100644
--- a/gnomemusic/views/emptyview.py
+++ b/gnomemusic/views/emptyview.py
@@ -69,7 +69,6 @@ class EmptyView(Gtk.Stack):
                 GLib.UserDirectory.DIRECTORY_MUSIC)
             assert music_folder is not None
         except (TypeError, AssertionError):
-            print("XDG Music dir is not set")
             self._content_text = _("Your XDG Music directory is not set.")
             return
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]