]> gitweb.factorcode.org Git - factor.git/commitdiff
remove debug output from vocab.metadata.resources
authorJoe Groff <arcata@gmail.com>
Sun, 14 Feb 2010 20:08:13 +0000 (12:08 -0800)
committerJoe Groff <arcata@gmail.com>
Sun, 14 Feb 2010 20:08:13 +0000 (12:08 -0800)
basis/vocabs/metadata/resources/resources.factor

index 62036be4088e444898d6762c0066b4c653e3f15a..d8f9bdcffdd69cc11f4a2a8c3b47e993a9ba04b9 100644 (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 ;