deploy: Remove deployment root print

It doesn't look very professional; in the future though we should have
a progress bar here or something.
This commit is contained in:
Colin Walters 2014-05-24 12:30:56 -04:00
parent fc11c8673f
commit bf37a9c741
1 changed files with 0 additions and 3 deletions

View File

@ -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;