Remove debug statements.

This commit is contained in:
2019-03-08 16:28:14 +01:00
parent 95a1a3268e
commit 12daff1f7d

View File

@@ -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);
}
/**