chore(site, templates): remove console.log

This commit is contained in:
Ayo 2023-11-18 01:49:23 +01:00
parent 750a30714d
commit 1c38ec8e1e
2 changed files with 0 additions and 4 deletions

View file

@ -29,8 +29,6 @@ class CodeBlockComponent extends HTMLElement {
borderRadius: '5px'
};
console.log('>>> inline', inline, this)
if (inline) {
style.display = 'inline';
style.padding = '0.3em';

View file

@ -29,8 +29,6 @@ class CodeBlockComponent extends HTMLElement {
borderRadius: '5px'
};
console.log('>>> inline', inline, this)
if (inline) {
style.display = 'inline';
style.padding = '0.3em';