remove some logging

This commit is contained in:
goat 2021-05-27 00:02:29 +02:00
parent 0b747657c2
commit f34fa239c2
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -62,10 +62,6 @@ const textNameTitleY = rectStartRow1Y + 79;
const textMountMinionY = rectStartRow2Y + 28;
const iconMountMinionY = rectStartRow2Y + 5;
console.log("rectStartRow2: " + rectStartRow2Y);
console.log("rectStartRow3: " + rectStartRow3Y);
console.log("rectStartRow4: " + rectStartRow4Y);
const deityIconY = rectStartRow3Y + 69;
const deityIconX = 805;
@ -81,8 +77,6 @@ const infoTextSmallStartY = rectStartRow3Y + infoTextStartSpacing;
const infoTextBigStartY = infoTextSmallStartY + 25;
const infoTextSpacing = 50;
console.log("infoTextStartY: " + infoTextSmallStartY);
class CardCreator {
constructor() {
this.isInit = false;