mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
remove console.log
This commit is contained in:
parent
8a85b0155a
commit
0949555602
1 changed files with 1 additions and 5 deletions
|
|
@ -27,12 +27,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
let range = PercentageRangeEnum.All;
|
let range = PercentageRangeEnum.All;
|
||||||
|
|
||||||
$: if (sourceData) {
|
$: if (sourceData) {
|
||||||
const data = gatherData(sourceData);
|
|
||||||
|
|
||||||
console.log(data.eases);
|
|
||||||
|
|
||||||
[histogramData, tableData] = prepareData(
|
[histogramData, tableData] = prepareData(
|
||||||
data,
|
gatherData(sourceData),
|
||||||
dispatch,
|
dispatch,
|
||||||
$prefs.browserLinksSupported,
|
$prefs.browserLinksSupported,
|
||||||
PercentageRangeToQuantile(range),
|
PercentageRangeToQuantile(range),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue