From 58540cfbbedae8c5a714dbf23e7f3a3961ca2a2c Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Fri, 5 Aug 2016 07:55:18 -0700 Subject: [PATCH] no print --- src/play_clj/core.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/play_clj/core.clj b/src/play_clj/core.clj index 7dc6e05..972a838 100755 --- a/src/play_clj/core.clj +++ b/src/play_clj/core.clj @@ -557,7 +557,6 @@ is the atom storing the screen map behind the scenes. Returns the updated (update! screen :renderer (stage))" [screen & args] - (println screen) (doto (apply (:update-fn! screen) assoc args) update-screen!))