From 39d6627dcf3c29fa4c967b5a8abecf18e197f0b8 Mon Sep 17 00:00:00 2001 From: Julien Nahum Date: Thu, 29 Aug 2024 15:17:26 +0200 Subject: [PATCH] Clean useless debug log --- api/app/helpers.php | 1 - 1 file changed, 1 deletion(-) diff --git a/api/app/helpers.php b/api/app/helpers.php index f25c7055..cde9eb52 100644 --- a/api/app/helpers.php +++ b/api/app/helpers.php @@ -4,7 +4,6 @@ if (!function_exists('front_url')) { function front_url($path = '') { $baseUrl = config('app.front_url') ?? config('app.url'); - \Log::info('Base URL for front-end: ' . $baseUrl); if (! $baseUrl) { return $path; }