0551a05c0e1e

Remove debug prints.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 21 Jul 2011 21:24:17 -0400
parents 0431d566789d
children 8a924d63f8b0
branches/tags (none)
files src/clojurecraft/actions.clj

Changes

--- a/src/clojurecraft/actions.clj	Thu Jul 21 21:23:41 2011 -0400
+++ b/src/clojurecraft/actions.clj	Thu Jul 21 21:24:17 2011 -0400
@@ -11,7 +11,6 @@
                                  :y (+ y-change (:y location))
                                  :z (+ z-change (:z location))
                                  :stance (+ y-change (:stance location))})]
-        (println (str "Moving from " location " to " new-location))
         (alter player merge {:loc new-location}))))
   bot)