Remove debug statements.
This commit is contained in:
@@ -12,7 +12,6 @@ window.addEventListener('load', function () {
|
||||
});
|
||||
|
||||
function showToggleButton() {
|
||||
console.log('Should show toggle button.');
|
||||
const template = `
|
||||
<div id="toggle-button">
|
||||
<form method="post">
|
||||
@@ -25,7 +24,6 @@ function showToggleButton() {
|
||||
const content = div.firstChild;
|
||||
div.removeChild(content);
|
||||
document.body.appendChild(content);
|
||||
console.log(content);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user