billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=485c4239ed195b404efebf8b861155c401b7e093
commit 485c4239ed195b404efebf8b861155c401b7e093 Author: Boris Faure <bill...@gmail.com> Date: Sun Sep 27 17:44:23 2020 +0200 colors: remove debug line --- src/bin/colors.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/colors.c b/src/bin/colors.c index df215d3..7407da5 100644 --- a/src/bin/colors.c +++ b/src/bin/colors.c @@ -569,7 +569,6 @@ color_scheme_apply(Evas_Object *edje, { if (!eina_str_has_suffix(config->theme, "/nord.edj")) return; - ERR("edje:%p", edje); #define CS_BG 46, 52, 64, 255 #define CS_FG 216, 222, 233, 255 #define CS_MAIN 137, 152, 161, 255 --