Remove DEBUG_REF_COUNTS define
authorMike Gorse <mgorse@suse.com>
Thu, 7 Feb 2013 15:06:05 +0000 (09:06 -0600)
committerMike Gorse <mgorse@suse.com>
Thu, 7 Feb 2013 15:06:05 +0000 (09:06 -0600)
DEBUG_REF_COUNTS is intended for debugging and should not be defined by
default.

atspi/atspi.h

index 276769e..7915760 100644 (file)
@@ -50,5 +50,4 @@
 #include "atspi-value.h"
 
 #include "atspi-gmain.h"
-#define DEBUG_REF_COUNTS 1     /* TODO: remove before committing */
 #endif