[gnome-terminal] server: Remove debug spew
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] server: Remove debug spew
- Date: Sat, 15 Dec 2012 21:04:39 +0000 (UTC)
commit 3ad4c2dca2f709fd545d984efdab237735bd8d17
Author: Christian Persch <chpe gnome org>
Date: Sun Dec 9 22:35:04 2012 +0100
server: Remove debug spew
src/terminal-app.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/terminal-app.c b/src/terminal-app.c
index 998f76c..81ec213 100644
--- a/src/terminal-app.c
+++ b/src/terminal-app.c
@@ -697,7 +697,6 @@ terminal_app_dconf_get_profile_list (TerminalApp *app)
char *path, *id;
GSettings *profile;
- g_print ("key %s\n", key);
if (!dconf_is_rel_dir (key, NULL))
continue;
/* For future-compat with GSettingsList */
@@ -706,7 +705,6 @@ terminal_app_dconf_get_profile_list (TerminalApp *app)
path = g_strconcat (TERMINAL_PROFILES_PATH_PREFIX, key, NULL);
profile = g_settings_new_with_path (TERMINAL_PROFILE_SCHEMA, path);
- g_print ("new profile %p id %s with path %s\n", profile, key, path);
g_free (path);
id = g_strdup (key);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]