Skip to content

Commit ecd2300

Browse files
committed
Remove extraneous log output
1 parent 1a811cc commit ecd2300

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/format/html/format-html-bootstrap.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,6 @@ const marginContainerForEl = (el: Element, doc: Document) => {
939939
// Find the callout parent and create a container for the callout there
940940
// Walks up the parent stack until a callout element is found
941941
const findCalloutEl = (el: Element): Element | undefined => {
942-
console.log(el.parentElement?.classList);
943942
if (el.parentElement?.classList.contains("callout")) {
944943
return el.parentElement;
945944
} else if (el.parentElement) {

0 commit comments

Comments
 (0)