From d20a4334d3aa726867eeb0b8568187a0e9c4a9bc Mon Sep 17 00:00:00 2001 From: frederik Date: Tue, 26 Aug 2025 19:43:51 +0200 Subject: [PATCH] clean up debug log --- scripts/api.php | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/api.php b/scripts/api.php index 22b8575..76c0b5d 100644 --- a/scripts/api.php +++ b/scripts/api.php @@ -18,7 +18,6 @@ if (preg_match('#^/api/v1/image/(\S+)$#', $requestUri, $matches)) { $image_provider = new Wikipedia(); } $sci_name = urldecode($matches[1]); - debug_log($sci_name); $result = $image_provider->get_image($sci_name); if ($result == false) {