fixed small issue

This commit is contained in:
Frederik Palmø 2022-03-28 15:49:35 +02:00
parent 5ecc78faed
commit dc6ca87883

View File

@ -55,7 +55,6 @@ async function update() {
// find best sets to display
let best = knapSack(selection, sortBy);
console.log("time: " + (t2 - t1));
// show best sets under budget
populateResults("sort-result", "sort-results", best);