Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Oct 8, 2020
1 parent 888c2cf commit 2d759a7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test262/results.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@
li.append(header);

// Add sub-suites

let inner = $("<div></div>")
.attr("id", newID)
.attr("data-parent", "#" + parentID)
Expand Down Expand Up @@ -280,14 +279,6 @@
}
}

// Displays test information in a modal.
function displayTestModal(name) {
fetch("https://raw.githubusercontent.com/tc39/test262/main/" + name)
.then((response) => response.text())
.then((code) => console.log(code));
// console.log(test262Info[name]);
}

/// Creates the general information structure.
function createGeneralInfo(data) {
let latest = data[data.length - 1];
Expand Down Expand Up @@ -345,7 +336,6 @@
Math.round((10000 * latest.p) / latest.t) / 100
}%</b>`
)
// TODO: add progress bar
);
}

Expand Down

0 comments on commit 2d759a7

Please sign in to comment.