From e081dbfe597de60a8552ebfa0201fa4afcd82fd8 Mon Sep 17 00:00:00 2001 From: zyl Date: Tue, 25 Jun 2024 16:36:50 -0700 Subject: [PATCH] let a debug logging thing in oops --- site/root/js/pet-me.js | 1 - 1 file changed, 1 deletion(-) diff --git a/site/root/js/pet-me.js b/site/root/js/pet-me.js index 0ce332f..1011ddd 100644 --- a/site/root/js/pet-me.js +++ b/site/root/js/pet-me.js @@ -6,7 +6,6 @@ const url = document.body.classList.contains("debug") ? "http://127.0.0.1:8787/api/pet" : "https://cf.zyllian.workers.dev/api/pet"; - console.log(url); const petCounter = document.querySelector("#pet-counter"); const count = petCounter.querySelector(".count");