util: Turn STACK debugging back off

Snuck in by accident.
This commit is contained in:
Jasper St. Pierre 2014-07-10 16:54:48 -04:00
parent 5f25ca0c3a
commit 59fc17c355

View File

@ -49,7 +49,7 @@ meta_topic_real_valist (MetaDebugTopic topic,
va_list args);
#endif
static gint verbose_topics = META_DEBUG_STACK;
static gint verbose_topics = 0;
static gboolean is_debugging = FALSE;
static gboolean replace_current = FALSE;
static int no_prefix = 0;