From 12daff1f7df9bf51d2e034d1f7199f0653057a31 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Fri, 8 Mar 2019 16:28:14 +0100 Subject: [PATCH] Remove debug statements. --- src/index.js | 2 -- 1 file changed, 2 deletions(-) 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); } /**