Skip to content

Commit

Permalink
let a debug logging thing in oops
Browse files Browse the repository at this point in the history
  • Loading branch information
zyllian committed Jun 25, 2024
1 parent 573df3f commit e081dbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion site/root/js/pet-me.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit e081dbf

Please sign in to comment.