Skip to content

Commit a08532f

Browse files
shaedrichjemc
andcommitted
Remove the stray commented-out line
Co-authored-by: Joe Eli McIlvain <[email protected]>
1 parent c9fd0b2 commit a08532f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

static/web.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@
311311
options.body = data;
312312
}
313313
const response = await fetch(url, options);
314-
//const responseText = await response.text()
315314
if (response.status == expect && on_success instanceof Function) {
316315
on_success(response);
317316
}

0 commit comments

Comments
 (0)