From ded55e4e74c7e318c500eed826eeab4f54cfdff9 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Thu, 29 Jul 2010 17:50:26 +0200 Subject: Remove some debug printf --- service/dconf-state.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'service') diff --git a/service/dconf-state.c b/service/dconf-state.c index 9c7569b..0ed156e 100644 --- a/service/dconf-state.c +++ b/service/dconf-state.c @@ -74,8 +74,6 @@ dconf_state_init (DConfState *state) if (state->is_session) dconf_state_init_session (state); - - g_print ("db is %s\n", state->db_dir); } void -- cgit v1.2.1