From 52dd06866fa0ff60398e36f39bc83a1e31b64363 Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Fri, 16 Sep 2011 20:22:15 +0200 Subject: [PATCH] remove additional log stuff again --- debian_build.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/debian_build.py b/debian_build.py index 91503c0..4acc9f4 100755 --- a/debian_build.py +++ b/debian_build.py @@ -287,21 +287,9 @@ if __name__ == '__main__': # git-buildpackage uses only treeish object in v0.5.10, # let's fetch it correctly # TODO: upgrade git-buildpackage - logger.debug( - 'Current assignments: GIT_UPSTREAM_BRANCH="%s" GIT_DEBIAN_BRANCH="%s"' %( - GIT_UPSTREAM_BRANCH, - GIT_DEBIAN_BRANCH - ) - ) GIT_UPSTREAM_BRANCH = git_helper.git_get_treeish( os.path.join('origin', GIT_UPSTREAM_BRANCH) ) - logger.debug( - 'Current assignments: GIT_UPSTREAM_BRANCH="%s" GIT_DEBIAN_BRANCH="%s"' %( - GIT_UPSTREAM_BRANCH, - GIT_DEBIAN_BRANCH - ) - ) cleanup_files = ('.gbp.conf', 'debian/gbp.conf', '.git/gbp.conf') result = git_helper.git_cleanup_branch(cleanup_files) -- 2.39.5