Clean useless debug log
This commit is contained in:
parent
da0ea04475
commit
39d6627dcf
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue