chore(site, templates): remove console.log
This commit is contained in:
parent
750a30714d
commit
1c38ec8e1e
2 changed files with 0 additions and 4 deletions
|
@ -29,8 +29,6 @@ class CodeBlockComponent extends HTMLElement {
|
||||||
borderRadius: '5px'
|
borderRadius: '5px'
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log('>>> inline', inline, this)
|
|
||||||
|
|
||||||
if (inline) {
|
if (inline) {
|
||||||
style.display = 'inline';
|
style.display = 'inline';
|
||||||
style.padding = '0.3em';
|
style.padding = '0.3em';
|
||||||
|
|
|
@ -29,8 +29,6 @@ class CodeBlockComponent extends HTMLElement {
|
||||||
borderRadius: '5px'
|
borderRadius: '5px'
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log('>>> inline', inline, this)
|
|
||||||
|
|
||||||
if (inline) {
|
if (inline) {
|
||||||
style.display = 'inline';
|
style.display = 'inline';
|
||||||
style.padding = '0.3em';
|
style.padding = '0.3em';
|
||||||
|
|
Loading…
Reference in a new issue