summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-07-15 15:55:35 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-07-15 15:55:35 -0400
commit20bd81bc4b65db19883e93b65cb1658801eaa7a2 (patch)
tree87ad84673f48c7ef025704eac93dd038000c69da
parent696f5c1a39ce24b9d557050d76dd81b387f6de7a (diff)
downloadgnome-initial-setup-20bd81bc4b65db19883e93b65cb1658801eaa7a2.tar.gz
account: Remove debug spew
Not needed anymore.
-rw-r--r--gnome-initial-setup/pages/account/gis-account-page-local.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnome-initial-setup/pages/account/gis-account-page-local.c b/gnome-initial-setup/pages/account/gis-account-page-local.c
index 54dbf81..51ce0ea 100644
--- a/gnome-initial-setup/pages/account/gis-account-page-local.c
+++ b/gnome-initial-setup/pages/account/gis-account-page-local.c
@@ -192,7 +192,6 @@ prepopulate_account_page (GisAccountPageLocal *page)
/* FIXME: collect information from more than one account
* and present at least the pictures in the avatar chooser
*/
- g_print ("Got profile information: Name '%s' Picture '%s'\n", name, picture);
break;
}
}