Skip to content

Commit

Permalink
remove prn
Browse files Browse the repository at this point in the history
  • Loading branch information
hlolli committed Jun 9, 2018
1 parent 19c303a commit f6d414f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/overtone/sc/sample.clj
Expand Up @@ -220,9 +220,8 @@
cache-args {:start 0 :size -1}
paths-and-cache (reduce (fn [out-vec path]
(conj out-vec
(do (prn (contains? @cached-samples* [path cache-args]))
(or (get @cached-samples* [path cache-args])
path))))
(or (get @cached-samples* [path cache-args])
path)))
[] paths)]
(reduce (fn [return-samples path-or-cache]
(if (sample? path-or-cache)
Expand Down

0 comments on commit f6d414f

Please sign in to comment.