]> gitweb.factorcode.org Git - factor.git/commitdiff
vocabs.refresh.monitor: remove debug traces
authorJoe Groff <arcata@gmail.com>
Wed, 16 Nov 2011 04:15:11 +0000 (20:15 -0800)
committerJoe Groff <arcata@gmail.com>
Wed, 16 Nov 2011 04:15:11 +0000 (20:15 -0800)
basis/vocabs/refresh/monitor/monitor.factor

index b72bae9d8947a87dcb0b2f6484ca4d855a31a384..6e58436efa26caf71fbafeb4b99de149d6fb84f0 100644 (file)
@@ -35,7 +35,7 @@ TR: convert-separators "/\\" ".." ;
 : monitor-loop ( monitor -- )
     #! On OS X, monitors give us the full path, so we chop it
     #! off if its there.
-    [ next-change path>> path>vocab changed-vocab reset-cache ]
+    [ next-change path>> path>vocab changed-vocab reset-cache ]
     [ monitor-loop ]
     bi ;