Commit 6c6a229500c1733a84236b01857bc96dd54d9e62
1 parent
aea4aed0
Exists in
master
and in
2 other branches
Fixing release build.
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
src/objects/settings/gsettings.c
| @@ -92,8 +92,6 @@ | @@ -92,8 +92,6 @@ | ||
| 92 | schema_id, | 92 | schema_id, |
| 93 | TRUE); | 93 | TRUE); |
| 94 | 94 | ||
| 95 | - debug("schema %s=%p","br.com.bb." PACKAGE_NAME,schema); | ||
| 96 | - | ||
| 97 | g_message("Loading '%s'",filename); | 95 | g_message("Loading '%s'",filename); |
| 98 | settings = g_settings_new_full(schema, NULL, NULL); | 96 | settings = g_settings_new_full(schema, NULL, NULL); |
| 99 | 97 |