mirror of
https://github.com/ankitects/anki.git
synced 2025-11-15 09:07:11 -05:00
REMOVE debugging console
This commit is contained in:
parent
b98d1ce8bf
commit
2d7ae6c440
1 changed files with 0 additions and 2 deletions
|
|
@ -148,7 +148,6 @@ export function renderButtons(
|
||||||
kind = tr.statisticsCountsMatureCards();
|
kind = tr.statisticsCountsMatureCards();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
console.log("Tick format for", d, "returns", kind);
|
|
||||||
return `${kind}`;
|
return `${kind}`;
|
||||||
}) as any,
|
}) as any,
|
||||||
)
|
)
|
||||||
|
|
@ -163,7 +162,6 @@ export function renderButtons(
|
||||||
.each(function(d) {
|
.each(function(d) {
|
||||||
const current_text_element = this;
|
const current_text_element = this;
|
||||||
const current_text_element_content = current_text_element.textContent;
|
const current_text_element_content = current_text_element.textContent;
|
||||||
console.log("Current text content:", current_text_element_content);
|
|
||||||
|
|
||||||
current_text_element.textContent = "";
|
current_text_element.textContent = "";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue