Skip to content

Commit

Permalink
Remove the stray commented-out line
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Eli McIlvain <[email protected]>
  • Loading branch information
shaedrich and jemc committed May 25, 2024
1 parent c9fd0b2 commit a08532f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/web.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit a08532f

Please sign in to comment.