From 831a83ce1adefbf5a713133ea44611ad857038e7 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 14 Jan 2010 15:41:16 -0600 Subject: Removing shutdown printf --- src/indicator-application.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/indicator-application.c b/src/indicator-application.c index 06159f9..ecaa7ae 100644 --- a/src/indicator-application.c +++ b/src/indicator-application.c @@ -425,7 +425,6 @@ theme_dir_unref(IndicatorApplication * ia, const gchar * dir) gint i; gboolean found = FALSE; for (i = 0; i < path_count; i++) { - g_debug("Looking at path dir: '%s'", paths[i]); if (found) { /* If we've already found the right entry */ paths[i - 1] = paths[i]; -- cgit v1.2.3