From 4754f86909d3b37f5522d66caf3cc3aa97ff6774 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 14 Aug 2013 16:43:32 +0000 Subject: [PATCH] remove logging --- static/js/pandora.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/pandora.js b/static/js/pandora.js index 556093a2..abea4110 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -87,7 +87,6 @@ appPanel var ratio = images.logo.width / images.logo.height; logoWidth = isEmbed || isPrint ? 96 : 320; logoHeight = Math.round(logoWidth / ratio); - console.log(images.logo.width, images.logo.height, '.....', logoHeight) images.logo.style.position = 'absolute'; images.logo.style.left = 0; images.logo.style.top = 0;