remove debug output from vocab.metadata.resources

db4
Joe Groff 2010-02-14 12:08:13 -08:00
parent 5f0855c5c2
commit 281ddf5b27
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ PRIVATE>
: copy-vocab-resources ( dir vocab -- )
dup vocab-resource-files
[ 2drop ] [
[ [ vocab-dir append-path P ] [ vocab-dir-in-root P ] bi ] dip
[ [ vocab-dir append-path ] [ vocab-dir-in-root ] bi ] dip
[ 2drop make-directories ]
[ [ copy-vocab-resource ] with with each ] 3bi
] if-empty ;