From 102ed3c0eb656698f1fdf8a6d77a984bd9cacd9d Mon Sep 17 00:00:00 2001 From: Tim Orme Date: Wed, 12 Apr 2023 22:13:54 -0700 Subject: [PATCH] Remove debug import --- elm/src/Main.elm | 1 - 1 file changed, 1 deletion(-) diff --git a/elm/src/Main.elm b/elm/src/Main.elm index 2cb24ce..4d50459 100644 --- a/elm/src/Main.elm +++ b/elm/src/Main.elm @@ -8,7 +8,6 @@ import Bootstrap.Grid.Row as Row import Bootstrap.Text as Text import Browser import Chart.Item as CI -import Debug import DeviceStatus as DS exposing (..) import Graph as G exposing (..) import Html exposing (Attribute, Html, div, h1, h5, text)