Skip to content

Commit

Permalink
Merge pull request #3907 from oddiz/patch-1
Browse files Browse the repository at this point in the history
GANG: Removed a console.log
  • Loading branch information
hydroflame committed Jul 16, 2022
2 parents c5518d9 + 854bfcd commit cfcdc25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Gang/Gang.ts
Expand Up @@ -252,7 +252,6 @@ export class Gang implements IGang {
const total = Object.values(AllGangs)
.map((g) => g.territory)
.reduce((p, c) => p + c, 0);
console.log(total);
Object.values(AllGangs).forEach((g) => (g.territory /= total));
}
}
Expand Down

0 comments on commit cfcdc25

Please sign in to comment.