remove logging

This commit is contained in:
rolux 2013-08-14 16:43:32 +00:00
parent b05d4c81da
commit 4754f86909

View file

@ -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;