standalone: comment log call in languageNegotiation
authorRich Lott / Artful Robot <code.commits@artfulrobot.uk>
Fri, 3 Feb 2023 11:47:17 +0000 (11:47 +0000)
committerRich Lott / Artful Robot <code.commits@artfulrobot.uk>
Fri, 23 Jun 2023 10:47:57 +0000 (11:47 +0100)
CRM/Utils/System/Standalone.php

index 7b1059b6e5c6f41aca087f8e69862cfb5b11ff12..e0148238e35f10d41100cb7905dc374ecb975560 100644 (file)
@@ -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;
   }