util: Remove push/pop no msg prefix logging
Used to log multiple line entries. Just make continue prefix things, no need to mess with maybe-prefixing; it'll just complicate using some less custom logging functionality. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2094>
This commit is contained in:
@ -86,7 +86,6 @@ on_stack_changed (MetaStack *stack)
|
||||
hidden_stack_ids = g_array_new (FALSE, FALSE, sizeof (uint64_t));
|
||||
|
||||
meta_topic (META_DEBUG_STACK, "Bottom to top: ");
|
||||
meta_push_no_msg_prefix ();
|
||||
|
||||
sorted = meta_stack_list_windows (stack, NULL);
|
||||
|
||||
@ -124,8 +123,6 @@ on_stack_changed (MetaStack *stack)
|
||||
g_array_append_val (all_root_children_stacked, stack_id);
|
||||
}
|
||||
|
||||
meta_pop_no_msg_prefix ();
|
||||
|
||||
if (display->x11_display)
|
||||
{
|
||||
uint64_t guard_window_id;
|
||||
|
Reference in New Issue
Block a user