]> gitweb.factorcode.org Git - factor.git/commitdiff
Don't spam console with so much output in help.html
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 6 Mar 2009 19:50:55 +0000 (13:50 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 6 Mar 2009 19:50:55 +0000 (13:50 -0600)
basis/help/html/html.factor

index f8d06064f0e37af31caeeb64c126e8e4260abe1e..cbeb8b362e26e423a7bd9677c27ded830003bec1 100644 (file)
@@ -64,7 +64,6 @@ M: topic url-of topic>filename ;
     tri simple-page ;
           
 : generate-help-file ( topic -- )
-    dup .
     dup topic>filename utf8 [ help>html write-xml ] with-file-writer ;
 
 : all-vocabs-really ( -- seq )