Skip to content

Commit d28779b

Browse files
authored
Merge pull request #1455 from w3bdesign/develop
Cleanup
2 parents 8f277f4 + 101039a commit d28779b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

game/src/utils/functions.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,15 +185,11 @@ export const renderIncomeData = (paPlayer: PaUserWithConstruct) => {
185185

186186
const incomeCredits = Math.floor((civilians * tax) / 100);
187187

188-
console.log("incomeCredits", incomeCredits);
189-
190188
const incomeCreditsWithBonus =
191189
extraCrystal === 1
192190
? incomeCredits + Math.floor(incomeCredits * 0.1)
193191
: incomeCredits;
194192

195-
// const incomeCreditsWithBonus = incomeCredits;
196-
197193
const incomeTitanium =
198194
metalroid * 60 + (extraTitanium === 1 ? Math.floor(metalroid * 0.1) : 0);
199195
const incomeEnergy = sats * 45;

0 commit comments

Comments
 (0)