diff --git a/src/libostree/ostree-bootloader-syslinux.c b/src/libostree/ostree-bootloader-syslinux.c index de9983bb..1d2febec 100644 --- a/src/libostree/ostree-bootloader-syslinux.c +++ b/src/libostree/ostree-bootloader-syslinux.c @@ -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; diff --git a/src/libostree/ostree-bootloader-uboot.c b/src/libostree/ostree-bootloader-uboot.c index 2eb4eb6e..91d051c4 100644 --- a/src/libostree/ostree-bootloader-uboot.c +++ b/src/libostree/ostree-bootloader-uboot.c @@ -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;