From 36073c5321ab804368930c9e35dbaefe16ec7929 Mon Sep 17 00:00:00 2001 From: Rich Lott / Artful Robot Date: Fri, 3 Feb 2023 10:36:56 +0000 Subject: [PATCH] remove comment --- CRM/Utils/System/Standalone.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Utils/System/Standalone.php b/CRM/Utils/System/Standalone.php index 17f038dbaa..7b1059b6e5 100644 --- a/CRM/Utils/System/Standalone.php +++ b/CRM/Utils/System/Standalone.php @@ -240,7 +240,6 @@ class CRM_Utils_System_Standalone extends CRM_Utils_System_Base { } chdir($root); - // Create a mock $request object require_once $root . '../vendor/autoload.php'; /* assumes $root to be the _web_ root path, not the project root path. */ if ($loadUser) { -- 2.25.1