From b309096f83300dd80fa638e40806cdf1ae83ba57 Mon Sep 17 00:00:00 2001 From: Rich Lott / Artful Robot Date: Fri, 3 Feb 2023 11:47:17 +0000 Subject: [PATCH] standalone: comment log call in languageNegotiation --- CRM/Utils/System/Standalone.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/System/Standalone.php b/CRM/Utils/System/Standalone.php index 7b1059b6e5..e0148238e3 100644 --- a/CRM/Utils/System/Standalone.php +++ b/CRM/Utils/System/Standalone.php @@ -469,7 +469,7 @@ class CRM_Utils_System_Standalone extends CRM_Utils_System_Base { } // @todo - \Civi::log()->warning("Standalone languageNegotiationURL is not written, but was called"); + // \Civi::log()->warning("Standalone languageNegotiationURL is not written, but was called"); return $url; } -- 2.25.1