benchmark: remove debug code

db4
Doug Coleman 2011-11-21 21:54:09 -08:00
parent e435a7aa59
commit cb119568d3
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ PRIVATE>
: find-benchmark-vocabs ( -- seq )
"benchmark" child-vocab-names
[ find-vocab-root ] filter randomize 2 head ;
[ find-vocab-root ] filter ;
<PRIVATE