Remove debugging
This commit is contained in:
@@ -122,8 +122,6 @@ async function set(short, long) {
|
|||||||
let resp;
|
let resp;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
console.log(short, long);
|
|
||||||
|
|
||||||
resp = await fetch('./', {
|
resp = await fetch('./', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
Reference in New Issue
Block a user