mirror of
https://github.com/flatpak/flatpak.git
synced 2026-06-14 03:28:06 -04:00
builder: Remove accidental leftover spew
This commit is contained in:
@@ -535,7 +535,6 @@ builder_source_git_update (BuilderSource *source,
|
||||
mirror_dir = git_get_mirror_dir (url, context);
|
||||
|
||||
current_commit = git_get_current_commit (mirror_dir, get_branch (self), context, NULL);
|
||||
g_print ("current commit %s\n", current_commit);
|
||||
if (current_commit)
|
||||
{
|
||||
g_free (self->branch);
|
||||
|
||||
Reference in New Issue
Block a user