mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04: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();
|
||||
break;
|
||||
}
|
||||
console.log("Tick format for", d, "returns", kind);
|
||||
return `${kind}`;
|
||||
}) as any,
|
||||
)
|
||||
|
@ -163,7 +162,6 @@ export function renderButtons(
|
|||
.each(function(d) {
|
||||
const current_text_element = this;
|
||||
const current_text_element_content = current_text_element.textContent;
|
||||
console.log("Current text content:", current_text_element_content);
|
||||
|
||||
current_text_element.textContent = "";
|
||||
|
||||
|
|
Loading…
Reference in a new issue