From bf37a9c74189320f7bc9589584675e60c8d7c19f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 24 May 2014 12:30:56 -0400 Subject: [PATCH] deploy: Remove deployment root print It doesn't look very professional; in the future though we should have a progress bar here or something. --- src/libostree/ostree-sysroot-deploy.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libostree/ostree-sysroot-deploy.c b/src/libostree/ostree-sysroot-deploy.c index 04e6dbcd..abd12291 100644 --- a/src/libostree/ostree-sysroot-deploy.c +++ b/src/libostree/ostree-sysroot-deploy.c @@ -515,9 +515,6 @@ checkout_deployment_tree (OstreeSysroot *sysroot, if (!ot_util_ensure_directory_and_fsync (deploy_parent, cancellable, error)) goto out; - g_print ("ostadmin: Creating deployment %s\n", - gs_file_get_path_cached (deploy_target_path)); - if (!ostree_repo_checkout_tree (repo, 0, 0, deploy_target_path, OSTREE_REPO_FILE (root), file_info, cancellable, error)) goto out;