mirror of
https://github.com/ankitects/anki.git
synced 2026-01-05 18:13:56 -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;
|
||||
|
||||
$: if (sourceData) {
|
||||
const data = gatherData(sourceData);
|
||||
|
||||
console.log(data.eases);
|
||||
|
||||
[histogramData, tableData] = prepareData(
|
||||
data,
|
||||
gatherData(sourceData),
|
||||
dispatch,
|
||||
$prefs.browserLinksSupported,
|
||||
PercentageRangeToQuantile(range),
|
||||
|
|
|
|||
Loading…
Reference in a new issue