summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/roster-editor')
-rw-r--r-- | src/roster-editor/src/View/WeaponSelection.elm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/roster-editor/src/View/WeaponSelection.elm b/src/roster-editor/src/View/WeaponSelection.elm index 361db6b..f507d1b 100644 --- a/src/roster-editor/src/View/WeaponSelection.elm +++ b/src/roster-editor/src/View/WeaponSelection.elm @@ -63,11 +63,6 @@ get_weapon_html weapon = [ ] ), - (Html.text - (String.fromInt - (BattleCharacters.Struct.Weapon.get_damage_sum weapon) - ) - ), (Html.div [ (Html.Attributes.class "omnimod-icon"), |