Skip to content

Commit

Permalink
Remove debug println statement
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Apr 22, 2012
1 parent 0e45e52 commit 0d9ca9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/quil/applet.clj
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 234,6 @@
target (if (empty? output-file) target :none)
setup-fn (fn []
(let [size-vec (concat size [renderer] output-file)]
(println size-vec)
(apply applet-set-size size-vec))
(when-let [f (:setup options)]
(f)))
Expand Down

0 comments on commit 0d9ca9d

Please sign in to comment.