builder: Remove accidental leftover spew

This commit is contained in:
Alexander Larsson
2015-12-09 21:21:48 +01:00
parent 54c52d9363
commit 873492af62

View File

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