Codebase list libcloudproviders / ec4f305
account: Remove debug spew Carlos Soriano 6 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
106106 GError *error = NULL;
107107
108108 self->icon = g_icon_new_for_string (cloud_providers_dbus_account_get_icon (self->proxy), &error);
109 g_print ("setting icon %d", g_icon_hash (self->icon));
110109 if (error != NULL)
111110 {
112111 g_printerr ("Error getting the icon in the client %s", error->message);