[gnome-shell] app-system: Remove unnecessary debugging statement
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] app-system: Remove unnecessary debugging statement
- Date: Fri, 10 Jan 2014 21:15:18 +0000 (UTC)
commit d34bf9a14d167ba6a98cf852e03007a0dd852ed6
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Fri Jan 10 15:19:07 2014 -0500
app-system: Remove unnecessary debugging statement
It's just spam.
src/shell-app-system.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/src/shell-app-system.c b/src/shell-app-system.c
index db31fcb..c7876c7 100644
--- a/src/shell-app-system.c
+++ b/src/shell-app-system.c
@@ -89,11 +89,8 @@ scan_startup_wm_class_to_id (ShellAppSystem *self)
startup_wm_class = g_desktop_app_info_get_startup_wm_class (G_DESKTOP_APP_INFO (info));
if (startup_wm_class != NULL)
- {
- g_hash_table_insert (priv->startup_wm_class_to_id,
- g_strdup (startup_wm_class), g_strdup (id));
- g_debug ("Application %s has StartupWMClass %s", id, startup_wm_class);
- }
+ g_hash_table_insert (priv->startup_wm_class_to_id,
+ g_strdup (startup_wm_class), g_strdup (id));
}
g_list_free_full (apps, g_object_unref);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]