mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Remove debux from release build
This commit is contained in:
parent
1713e37695
commit
5a70b5b627
1 changed files with 1 additions and 2 deletions
|
|
@ -2,8 +2,7 @@
|
||||||
"Implements playlist queues that support different kinds of repetition and
|
"Implements playlist queues that support different kinds of repetition and
|
||||||
song ordering."
|
song ordering."
|
||||||
(:refer-clojure :exclude [peek])
|
(:refer-clojure :exclude [peek])
|
||||||
(:require [airsonic-ui.utils.helpers :refer [find-where]]
|
(:require [airsonic-ui.utils.helpers :refer [find-where]]))
|
||||||
[debux.cs.core :refer-macros [dbg]]))
|
|
||||||
|
|
||||||
(defrecord Playlist [queue playback-mode repeat-mode]
|
(defrecord Playlist [queue playback-mode repeat-mode]
|
||||||
cljs.core/ICounted
|
cljs.core/ICounted
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue