small refinements.

This commit is contained in:
Bryce Covert
2015-07-30 17:43:18 -07:00
parent f6f046bbb9
commit 5217685c15
4 changed files with 5 additions and 4 deletions

View File

@@ -750,7 +750,6 @@ void main()
:on-timer
(fn [screen [entities]]
(when-let [timer-fn (get-in entities [:room :timers (:id screen) 2])]
(println "here")
(timer-fn screen entities)))
:on-show