From f34fa239c23842fb39022b3aef134f3a802e1ad7 Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Thu, 27 May 2021 00:02:29 +0200 Subject: [PATCH] remove some logging --- create-card.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/create-card.js b/create-card.js index 95a43d6..3d320ab 100644 --- a/create-card.js +++ b/create-card.js @@ -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;