aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2016-03-18 12:39:58 -0500
committerCharles Kerr <charles.kerr@canonical.com>2016-03-18 12:39:58 -0500
commit45709c48f34e0909c1309dccac1dd3e047f518fb (patch)
tree2ba7f399b7133599219fca4b3bf0a875a5bf13e0 /src/main.cpp
parentccecdd46da33ff51b2d45528439de09fe87a393c (diff)
downloadayatana-indicator-display-45709c48f34e0909c1309dccac1dd3e047f518fb.tar.gz
ayatana-indicator-display-45709c48f34e0909c1309dccac1dd3e047f518fb.tar.bz2
ayatana-indicator-display-45709c48f34e0909c1309dccac1dd3e047f518fb.zip
turn off verbose debugging
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 2e428f9..7d6eb5f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -29,9 +29,6 @@
int
main(int /*argc*/, char** /*argv*/)
{
-#warning NB the next line turns on verbose debug logging and is used for developement. Remove it before landing.
-g_assert(g_setenv("G_MESSAGES_DEBUG", "all", true));
-
// Work around a deadlock in glib's type initialization.
// It can be removed when https://bugzilla.gnome.org/show_bug.cgi?id=674885 is fixed.
g_type_ensure(G_TYPE_DBUS_CONNECTION);