Remove outdated unused var in theme js code

This commit is contained in:
Benedikt Werner 2019-11-04 13:34:38 +01:00
parent f2cb601c11
commit e2a8600712
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 0 additions and 3 deletions

View File

@ -16,9 +16,6 @@ function playpen_text(playpen) {
}
(function codeSnippets() {
// Hide Rust code lines prepended with a specific character
var hiding_character = "#";
function fetch_with_timeout(url, options, timeout = 6000) {
return Promise.race([
fetch(url, options),