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!))