app-system: Remove unnecessary debugging statement
It's just spam.
This commit is contained in:
parent
68faba6bde
commit
d34bf9a14d
@ -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));
|
startup_wm_class = g_desktop_app_info_get_startup_wm_class (G_DESKTOP_APP_INFO (info));
|
||||||
|
|
||||||
if (startup_wm_class != NULL)
|
if (startup_wm_class != NULL)
|
||||||
{
|
g_hash_table_insert (priv->startup_wm_class_to_id,
|
||||||
g_hash_table_insert (priv->startup_wm_class_to_id,
|
g_strdup (startup_wm_class), g_strdup (id));
|
||||||
g_strdup (startup_wm_class), g_strdup (id));
|
|
||||||
g_debug ("Application %s has StartupWMClass %s", id, startup_wm_class);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
g_list_free_full (apps, g_object_unref);
|
g_list_free_full (apps, g_object_unref);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user