core: Remove a stray _percent_progress_end()

See https://github.com/projectatomic/rpm-ostree/pull/338

Closes: #348
Approved by: jlebon
This commit is contained in:
Colin Walters 2016-06-23 15:20:05 -04:00 committed by Atomic Bot
parent 6130032e80
commit 4738c6eb60

View File

@ -2214,7 +2214,6 @@ rpmostree_context_assemble_commit (RpmOstreeContext *self,
}
rpmostree_output_task_end ("done");
rpmostree_output_percent_progress_end ();
g_clear_pointer (&ordering_ts, rpmtsFree);