summaryrefslogtreecommitdiff
path: root/builder/builder-source-git.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-12-09 21:21:48 +0100
committerAlexander Larsson <alexl@redhat.com>2015-12-09 21:21:48 +0100
commit873492af626aea9497331ec75b91ee318eebf888 (patch)
tree624e29636b957bef9b1f5d1bb73ac504eb858964 /builder/builder-source-git.c
parent54c52d936381f3b478f37631b88c191d62b90413 (diff)
downloadxdg-app-873492af626aea9497331ec75b91ee318eebf888.tar.gz
builder: Remove accidental leftover spew
Diffstat (limited to 'builder/builder-source-git.c')
-rw-r--r--builder/builder-source-git.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/builder/builder-source-git.c b/builder/builder-source-git.c
index 8c69d6d..34f62cb 100644
--- a/builder/builder-source-git.c
+++ b/builder/builder-source-git.c
@@ -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);