From 94562125ea38ea419d0fcd25870031e1fdff235c Mon Sep 17 00:00:00 2001 From: Bob Date: Wed, 11 Sep 2024 14:22:58 -0400 Subject: [PATCH] remove console --- ui/src/app/lib/utils/processFutures.ts | 1 - 1 file changed, 1 deletion(-) 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)