remove some logging
This commit is contained in:
parent
0b747657c2
commit
f34fa239c2
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue