Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Rukenshia committed Dec 13, 2019
1 parent 9e2cc9f commit a0d3bbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/Progress.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
const lastUpdatedMoment = writable(undefined);
let data = writable(undefined);
let initialDataLoaded = writable(false);
let error = false;
const max = derived(data, v => {
if (v === undefined) { return [0, 0]; }
Expand Down

0 comments on commit a0d3bbc

Please sign in to comment.