From b06ffcc3ca1ed5d6d9e776dcdc15949793d97c43 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 11 Feb 2022 19:42:27 +0200 Subject: [PATCH] layout: Remove left-over comment Signed-off-by: Marius Vlad Change-Id: Iba0cab61d20d8c92f6e179e25388c66a7d0e41f3 --- src/layout.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/layout.c b/src/layout.c index 322fa80..8bbaf57 100644 --- a/src/layout.c +++ b/src/layout.c @@ -746,8 +746,6 @@ ivi_layout_activate_by_surf(struct ivi_output *output, struct ivi_surface *surf) weston_view_set_output(view, output->output); weston_layer_entry_insert(&ivi->hidden.view_list, &view->layer_link); - /* force repaint of the entire output */ - weston_log("Placed app_id %s, type %s in hidden layer\n", app_id, ivi_layout_get_surface_role_name(surf)); } -- 2.16.6