diff --git a/content/search-results.php b/content/search-results.php
index 1d70d45..31430a7 100644
--- a/content/search-results.php
+++ b/content/search-results.php
@@ -2,16 +2,8 @@
if (session_status() === PHP_SESSION_NONE) {
session_start();
}
-$log_msg = "DEBUG search-results.php: search_results count = " . count($_SESSION["search_results"] ?? []) . ", query = " . ($_SESSION["search_query"] ?? "LEER");
-echo "";
$all_results = $_SESSION["search_results"] ?? [];
-?>
-
-
-