From ea68c92c733a9fb1af7a66f4e75a18962a1dd470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Schl=C3=BCter?= Date: Wed, 17 Oct 2018 16:55:47 +0200 Subject: [PATCH] Remove unused import --- src/cljs/airsonic_ui/components/artist/views.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cljs/airsonic_ui/components/artist/views.cljs b/src/cljs/airsonic_ui/components/artist/views.cljs index 1e7a228..3906166 100644 --- a/src/cljs/airsonic_ui/components/artist/views.cljs +++ b/src/cljs/airsonic_ui/components/artist/views.cljs @@ -1,7 +1,6 @@ (ns airsonic-ui.components.artist.views (:require [airsonic-ui.components.collection.views :as collection] [airsonic-ui.routes :as routes] - [airsonic-ui.components.debug.views :refer [debug]] [clojure.string :as str])) (defn link-button [attrs children] @@ -69,4 +68,4 @@ [:div.container [:h1.title "Artists"] [:p.subtitle.is-5.has-text-grey [:strong artists-count] " artists in your collection with " [:strong album-count] " albums"]]] - [:section.section>div.container [alphabetical-listing artists]]])) \ No newline at end of file + [:section.section>div.container [alphabetical-listing artists]]]))