From de8b71c9766745f9ee38111cd607908616e825d3 Mon Sep 17 00:00:00 2001 From: g200kg Date: Wed, 29 Jul 2020 02:23:52 +0900 Subject: [PATCH] delete unused log --- webaudio-controls.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/webaudio-controls.js b/webaudio-controls.js index 6122969..fc63664 100644 --- a/webaudio-controls.js +++ b/webaudio-controls.js @@ -161,15 +161,12 @@ if(window.customElements){ switch(+this.outline){ case null: case 0: - console.log("0") this.elem.style.outline="none"; break; case 1: - console.log("1") this.elem.style.outline="1px solid #444"; break; default: - console.log("E") this.elem.style.outline=this.outline; } } @@ -383,7 +380,7 @@ ${this.basestyle} white-space:pre; } -
+
`; this.elem=root.childNodes[2]; this.ttframe=this.elem.firstChild; @@ -748,7 +745,7 @@ ${this.basestyle} padding:0; } -
+
`; this.elem=root.childNodes[2]; this.knob=this.elem.firstChild; @@ -1182,7 +1179,7 @@ ${this.basestyle} top:50%; } -
+
`; this.elem=root.childNodes[2]; this.ttframe=this.elem.firstChild;