diff options
author | Jonas Finnemann Jensen <jopsen@gmail.com> | 2010-11-15 19:30:44 +0100 |
---|---|---|
committer | Jonas Finnemann Jensen <jopsen@gmail.com> | 2010-11-15 19:30:44 +0100 |
commit | f15fdaafe32ec4f93e780fda28ffcebeaac88443 (patch) | |
tree | 8d86c12141546d77f8da87d97a30fe76f3b8b5ee /starmath | |
parent | 5fabbe2de171f6cb94373a38ae8ad1eb3bef5ed4 (diff) |
Commenting out defintion of DEBUG_ENABLE_DUMPASDOT
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/node.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx index 114f7204a236..a8589c682dd4 100644 --- a/starmath/inc/node.hxx +++ b/starmath/inc/node.hxx @@ -52,7 +52,7 @@ #endif // Comment out below to disable dumpasdot -#define DEBUG_ENABLE_DUMPASDOT +//#define DEBUG_ENABLE_DUMPASDOT #include "parse.hxx" #include "types.hxx" |