Skip to content

Commit e846e86

Browse files
chore: forgotten console log
1 parent 3f9af1a commit e846e86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/_static/custom.js

-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ window.onload = () => {
9696
// we add a note for abstract classes to remind that they cannot be
9797
// implemented directly
9898
document.querySelectorAll(".class").forEach((class_elt) => {
99-
console.log("hi");
10099
if (isABC(class_elt)) {
101100
parents = class_elt.querySelector("dd > p:first-child");
102101
template = document.createElement("template");

0 commit comments

Comments
 (0)