remove logging
This commit is contained in:
parent
b05d4c81da
commit
4754f86909
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ appPanel
|
||||||
var ratio = images.logo.width / images.logo.height;
|
var ratio = images.logo.width / images.logo.height;
|
||||||
logoWidth = isEmbed || isPrint ? 96 : 320;
|
logoWidth = isEmbed || isPrint ? 96 : 320;
|
||||||
logoHeight = Math.round(logoWidth / ratio);
|
logoHeight = Math.round(logoWidth / ratio);
|
||||||
console.log(images.logo.width, images.logo.height, '.....', logoHeight)
|
|
||||||
images.logo.style.position = 'absolute';
|
images.logo.style.position = 'absolute';
|
||||||
images.logo.style.left = 0;
|
images.logo.style.left = 0;
|
||||||
images.logo.style.top = 0;
|
images.logo.style.top = 0;
|
||||||
|
|
Loading…
Reference in a new issue