From 0b23ca86753998830853dc86a697d4c4f251ccbf Mon Sep 17 00:00:00 2001 From: nsensfel Date: Sat, 16 Jun 2018 20:19:16 +0200 Subject: Removes some leftovers debug messages. --- src/battlemap/src/View/Battlemap/Character.elm | 7 +------ src/battlemap/src/View/SubMenu/Status/CharacterInfo.elm | 4 +--- src/battlemap/src/View/SubMenu/Timeline.elm | 6 +----- 3 files changed, 3 insertions(+), 14 deletions(-) diff --git a/src/battlemap/src/View/Battlemap/Character.elm b/src/battlemap/src/View/Battlemap/Character.elm index 98ec757..a32ef5e 100644 --- a/src/battlemap/src/View/Battlemap/Character.elm +++ b/src/battlemap/src/View/Battlemap/Character.elm @@ -1,8 +1,6 @@ module View.Battlemap.Character exposing (get_html) -- Elm ------------------------------------------------------------------------- -import Debug - import Html import Html.Attributes import Html.Events @@ -121,10 +119,7 @@ get_actual_html : ( get_actual_html model char = (Html.div [ - (Debug.log - ("Drawing char" ++ toString (Struct.Character.get_index char)) - (Html.Attributes.class "battlemap-tiled") - ), + (Html.Attributes.class "battlemap-tiled"), (Html.Attributes.class "battlemap-character-icon"), (get_activation_level_class char), (get_alliance_class model char), diff --git a/src/battlemap/src/View/SubMenu/Status/CharacterInfo.elm b/src/battlemap/src/View/SubMenu/Status/CharacterInfo.elm index de27c79..cbe776a 100644 --- a/src/battlemap/src/View/SubMenu/Status/CharacterInfo.elm +++ b/src/battlemap/src/View/SubMenu/Status/CharacterInfo.elm @@ -1,8 +1,6 @@ module View.SubMenu.Status.CharacterInfo exposing (get_html) -- Elm ------------------------------------------------------------------------- -import Debug - import Html import Html.Attributes @@ -27,7 +25,7 @@ get_html: ( get_html player_id char = (Html.div [ - (Debug.log "Drawing char info" (Html.Attributes.class "battlemap-tabmenu-character-info")) + (Html.Attributes.class "battlemap-tabmenu-character-info") ] [ (Html.text ("Focusing:")), diff --git a/src/battlemap/src/View/SubMenu/Timeline.elm b/src/battlemap/src/View/SubMenu/Timeline.elm index 70b22bc..d7e5393 100644 --- a/src/battlemap/src/View/SubMenu/Timeline.elm +++ b/src/battlemap/src/View/SubMenu/Timeline.elm @@ -1,7 +1,6 @@ module View.SubMenu.Timeline exposing (get_html) -- Elm ------------------------------------------------------------------------- -import Debug import Array import Html @@ -60,10 +59,7 @@ true_get_html : ( true_get_html characters player_id turn_results = (Html.div [ - (Debug.log - "Drawing timeline" - (Html.Attributes.class "battlemap-tabmenu-content") - ), + (Html.Attributes.class "battlemap-tabmenu-content"), (Html.Attributes.class "battlemap-tabmenu-timeline-tab") ] (Array.toList -- cgit v1.2.3-70-g09d2