[ostree] deploy: Remove deployment root print



commit bf37a9c74189320f7bc9589584675e60c8d7c19f
Author: Colin Walters <walters verbum org>
Date:   Sat May 24 12:30:56 2014 -0400

    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 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/libostree/ostree-sysroot-deploy.c b/src/libostree/ostree-sysroot-deploy.c
index 04e6dbc..abd1229 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]