From b47d679d69eac738f08b897dd3a3bcf432cee2cc Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sat, 2 Aug 2025 13:57:15 -0400 Subject: [PATCH] Actually that didn't do anything. --- static/js/code.js | 4 ---- 1 file changed, 4 deletions(-) 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");