Remove debugging messages

release
Slava Pestov 2007-11-16 18:40:57 -05:00
parent a90434696d
commit 424ced9e2d
1 changed files with 4 additions and 4 deletions

View File

@ -115,10 +115,10 @@ scroller H{
: update-scroller ( scroller follows -- ) : update-scroller ( scroller follows -- )
{ {
{ [ dup t eq? ] [ drop (scroll>bottom) "A" drop ] } { [ dup t eq? ] [ drop (scroll>bottom) ] }
{ [ dup rect? ] [ swap (scroll>rect) "B" drop ] } { [ dup rect? ] [ swap (scroll>rect) ] }
{ [ dup ] [ swap (scroll>gadget) "C" drop ] } { [ dup ] [ swap (scroll>gadget) ] }
{ [ t ] [ drop dup scroller-value swap scroll "D" drop ] } { [ t ] [ drop dup scroller-value swap scroll ] }
} cond ; } cond ;
M: scroller layout* M: scroller layout*