From a08532f9fbb87a9e445bafce6c7ab40be95ea6c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Wed, 22 May 2024 18:53:42 +0200 Subject: [PATCH] Remove the stray commented-out line Co-authored-by: Joe Eli McIlvain --- static/web.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/web.js b/static/web.js index a2d717b..8b36e7f 100644 --- a/static/web.js +++ b/static/web.js @@ -311,7 +311,6 @@ options.body = data; } const response = await fetch(url, options); - //const responseText = await response.text() if (response.status == expect && on_success instanceof Function) { on_success(response); }