From 77db6289030416909851023c0f4b62924572827f Mon Sep 17 00:00:00 2001 From: ha7ilm Date: Fri, 17 Jun 2016 21:27:17 +0200 Subject: [PATCH] Removed some console.log()s --- htdocs/openwebrx.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index 62078cc..a24925e 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -2026,11 +2026,11 @@ function first_show_panel(panel) roty=rottemp; } if(rotx!=0 && Math.random()>0.5) rotx=270; - console.log(rotx,roty); + //console.log(rotx,roty); transformString = "perspective( 599px ) rotateX( %1deg ) rotateY( %2deg )" .replace("%1",rotx.toString()).replace("%2",roty.toString()); - console.log(transformString); - console.log(panel); + //console.log(transformString); + //console.log(panel); panel.style.transform=transformString; window.setTimeout(function() { panel.style.transitionDuration="599ms";