Skip to content

Commit fc929b8

Browse files
committed
Removed console logs
1 parent 92ebe1c commit fc929b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/api_refs/redocly.hbs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
2828
// Apply badge styling
2929
document.querySelectorAll('.api-content [data-section-id] h2 [type="primary"]').forEach(el => {
30-
console.log(el);
3130
const color = el.getAttribute('color');
32-
console.log(color);
3331
el.style.backgroundColor = "#FFF";
3432
el.style.border = "1px solid " + color;
3533
el.style.padding = "1px 8px";

0 commit comments

Comments
 (0)