vocabs.refresh.monitor: remove debug traces

db4
Joe Groff 2011-11-15 20:15:11 -08:00
parent 30bc92a78c
commit 090dc2f410
1 changed files with 1 additions and 1 deletions

View 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>> P path>vocab changed-vocab reset-cache ]
[ next-change path>> path>vocab changed-vocab reset-cache ]
[ monitor-loop ]
bi ;