Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
bob0005 committed Sep 11, 2024
1 parent b41664e commit 9456212
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/app/lib/utils/processFutures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,6 @@ function weapon_special_bonus(
beast: any,
ring: Item | undefined
): number {
console.log(beast);
let special2_bonus =
weapon.special2 && weapon.special2 === beast.special2
? Math.floor(damage * 8)
Expand Down

0 comments on commit 9456212

Please sign in to comment.