# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1311297857 14400
# Node ID 0551a05c0e1e3b5701f039c97417c1ae89fca0dd
# Parent  0431d566789d232635f3df46227c3f466070e58f
Remove debug prints.

diff -r 0431d566789d -r 0551a05c0e1e src/clojurecraft/actions.clj
--- 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)