From e53fe4809502021e5c5697fb66ec90331a147dcd Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 14 Sep 2024 23:15:13 -0700 Subject: [PATCH] Update proxy.js --- src/widgets/pihole/proxy.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/widgets/pihole/proxy.js b/src/widgets/pihole/proxy.js index 16d42606..35873fa9 100644 --- a/src/widgets/pihole/proxy.js +++ b/src/widgets/pihole/proxy.js @@ -80,8 +80,6 @@ export default async function piholeProxyHandler(req, res) { headers, }); - logger.debug("Pi-hole API response: %d", status, Buffer.from(data).toString("utf8")); - if (status !== 200) { logger.error("Error calling Pi-Hole API: %d. Data: %s", status, data); return res.status(status).json({ error: "Pi-Hole API Error", data });