diff --git a/src/index.js b/src/index.js index 40fe3da..057dec6 100644 --- a/src/index.js +++ b/src/index.js @@ -12,7 +12,6 @@ window.addEventListener('load', function () { }); function showToggleButton() { - console.log('Should show toggle button.'); const template = `
@@ -25,7 +24,6 @@ function showToggleButton() { const content = div.firstChild; div.removeChild(content); document.body.appendChild(content); - console.log(content); } /**