Remove debugging

This commit is contained in:
Ian Gulliver
2024-12-06 13:31:52 -08:00
parent c9bd8d56b9
commit 6773d30e31

View File

@@ -122,8 +122,6 @@ async function set(short, long) {
let resp;
try {
console.log(short, long);
resp = await fetch('./', {
method: 'POST',
headers: {