diff --git a/ts/routes/graphs/DifficultyGraph.svelte b/ts/routes/graphs/DifficultyGraph.svelte index f71ae794a..fecb94edc 100644 --- a/ts/routes/graphs/DifficultyGraph.svelte +++ b/ts/routes/graphs/DifficultyGraph.svelte @@ -27,12 +27,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html let range = PercentageRangeEnum.All; $: if (sourceData) { - const data = gatherData(sourceData); - - console.log(data.eases); - [histogramData, tableData] = prepareData( - data, + gatherData(sourceData), dispatch, $prefs.browserLinksSupported, PercentageRangeToQuantile(range),