diff --git a/static/js/code.js b/static/js/code.js index efc20fe..505ab28 100644 --- a/static/js/code.js +++ b/static/js/code.js @@ -37,10 +37,6 @@ class GetJson { this.url = url; } - get item() { - return this.item; - } - async item() { const resp = await fetch(`${this.url}`); console.assert(resp.status == 200, "failed to get it");