From 054f6a1940bb0931fdc0a0e155e6d21eecb2d408 Mon Sep 17 00:00:00 2001 From: Delirious Date: Fri, 23 Feb 2024 11:57:00 -0700 Subject: [PATCH] Update fallback.php --- engines/librex/fallback.php | 1 - 1 file changed, 1 deletion(-) diff --git a/engines/librex/fallback.php b/engines/librex/fallback.php index fb79708..7039d66 100644 --- a/engines/librex/fallback.php +++ b/engines/librex/fallback.php @@ -62,7 +62,6 @@ if (!empty($results)) { $results["results_source"] = parse_url($instance)["host"]; - error_log($results["results_source"]); return $results; }