libostree: Remove g_print() from bootloader code

No need to be so chatty.
This commit is contained in:
Colin Walters 2014-03-11 13:15:57 -04:00
parent 5c839f0267
commit bf918f1586
2 changed files with 0 additions and 2 deletions

View File

@ -244,7 +244,6 @@ _ostree_bootloader_syslinux_write_config (OstreeBootloader *bootloader,
NULL, FALSE, G_FILE_CREATE_NONE,
NULL, cancellable, error))
goto out;
g_print ("Saved new version of %s\n", gs_file_get_path_cached (self->config_path));
}
ret = TRUE;

View File

@ -132,7 +132,6 @@ _ostree_bootloader_uboot_write_config (OstreeBootloader *bootloader,
NULL, FALSE, G_FILE_CREATE_NONE,
NULL, cancellable, error))
return FALSE;
g_print ("Saved new version of %s\n", gs_file_get_path_cached (self->config_path));
}
return TRUE;