From 579e79da148c85ac965cea01d15944c55f08292f Mon Sep 17 00:00:00 2001 From: Ordissimo Date: Tue, 7 Jan 2020 19:25:38 +0000 Subject: [PATCH] Remove debug. --- backend/escl/escl_capabilities.c | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/escl/escl_capabilities.c b/backend/escl/escl_capabilities.c index 6f292abc1..9d107b507 100644 --- a/backend/escl/escl_capabilities.c +++ b/backend/escl/escl_capabilities.c @@ -207,7 +207,6 @@ find_valor_of_array_variables(xmlNode *node, capabilities_t *scanner, int type) } #endif } - LOG_MSG_DEBUG ("Capability : [%s]", scanner->caps[type].default_format); } else if (strcmp(name, "DocumentFormatExt") == 0) scanner->caps[type].format_ext = 1;