From f0d29daedddca86799c3715210ef9945ae57cf36 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 23 Nov 2007 17:23:53 -0500 Subject: [PATCH] Remove debugging --- extra/ui/ui.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/ui/ui.factor b/extra/ui/ui.factor index 0c3b3e7867..1f7f0dabca 100755 --- a/extra/ui/ui.factor +++ b/extra/ui/ui.factor @@ -127,7 +127,7 @@ SYMBOL: ui-hook ] { } make ; : redraw-worlds ( seq -- ) - [ dup update-hand [ draw-world ] time ] each ; + [ dup update-hand draw-world ] each ; : notify ( gadget -- ) dup gadget-graft-state {