diff --git a/ui/src/app/lib/utils/processFutures.ts b/ui/src/app/lib/utils/processFutures.ts index 372c4de24..c22479825 100644 --- a/ui/src/app/lib/utils/processFutures.ts +++ b/ui/src/app/lib/utils/processFutures.ts @@ -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)