We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9af1a commit e846e86Copy full SHA for e846e86
docs/_static/custom.js
@@ -96,7 +96,6 @@ window.onload = () => {
96
// we add a note for abstract classes to remind that they cannot be
97
// implemented directly
98
document.querySelectorAll(".class").forEach((class_elt) => {
99
- console.log("hi");
100
if (isABC(class_elt)) {
101
parents = class_elt.querySelector("dd > p:first-child");
102
template = document.createElement("template");
0 commit comments