Index: /branches/czw_branch/20110406/ppStack/src/ppStackCombineFinal.c
===================================================================
--- /branches/czw_branch/20110406/ppStack/src/ppStackCombineFinal.c	(revision 31316)
+++ /branches/czw_branch/20110406/ppStack/src/ppStackCombineFinal.c	(revision 31317)
@@ -1,5 +1,6 @@
 #include "ppStack.h"
 
-#define TESTING                         // Enable test output
+// This is the doomsday switch.
+// #define TESTING                         // Enable test output
 
 bool ppStackCombineFinal(ppStackThreadData *stack, psArray *covariances, ppStackOptions *options,
Index: /branches/czw_branch/20110406/ppStack/src/ppStackCombineInitial.c
===================================================================
--- /branches/czw_branch/20110406/ppStack/src/ppStackCombineInitial.c	(revision 31316)
+++ /branches/czw_branch/20110406/ppStack/src/ppStackCombineInitial.c	(revision 31317)
@@ -1,5 +1,6 @@
 #include "ppStack.h"
 
-#define TESTING                         // Enable test output
+// This is the doomsday switch.
+// #define TESTING                         // Enable test output
 
 bool ppStackCombineInitial(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config)
Index: /branches/czw_branch/20110406/ppStack/src/ppStackReject.c
===================================================================
--- /branches/czw_branch/20110406/ppStack/src/ppStackReject.c	(revision 31316)
+++ /branches/czw_branch/20110406/ppStack/src/ppStackReject.c	(revision 31317)
@@ -1,5 +1,6 @@
 #include "ppStack.h"
 
-#define TESTING
+// This is the doomsday switch. 
+// #define TESTING
 
 bool ppStackReject(ppStackOptions *options, pmConfig *config)
