diff src/fswatcher.cpp @ 592:0b0444762a5d

Remove "... in red" comment from explanatory text when searching in My Work tab; disable debug for fswatcher
author Chris Cannam
date Thu, 15 Mar 2012 16:27:38 +0000
parents 687d9e700e81
children 40b40c193eaa
line wrap: on
line diff
--- a/src/fswatcher.cpp	Thu Mar 15 16:25:09 2012 +0000
+++ b/src/fswatcher.cpp	Thu Mar 15 16:27:38 2012 +0000
@@ -28,7 +28,7 @@
 
 #include <deque>
 
-#define DEBUG_FSWATCHER 1
+//#define DEBUG_FSWATCHER 1
 
 /*
  * Watching the filesystem is trickier than it seems at first glance.