remove console.log

This commit is contained in:
Luc Mcgrady 2025-11-10 21:13:40 +00:00
parent 8a85b0155a
commit 0949555602
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -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),