Disable mistakenly enabled lock tracking.
diff --git a/miner.h b/miner.h
index e130d78..640029c 100644
--- a/miner.h
+++ b/miner.h
@@ -692,7 +692,7 @@ extern void _quit(int status);
* So, e.g. use it to track down a deadlock - after a reproducable deadlock occurs
* ... Of course if the API code itself deadlocks, it wont help :)
*/
-#define LOCK_TRACKING 1
+#define LOCK_TRACKING 0
#if LOCK_TRACKING
enum cglock_typ {