From 037df58e4248b09df39b4b2830e595a0bfc3294f Mon Sep 17 00:00:00 2001 From: Thomas Lundström Date: Fri, 10 Jun 2016 09:46:33 +0200 Subject: Fixed minor bug in gen_pkgdiff.py --- doc/gen_pkgdiff.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/gen_pkgdiff.py') diff --git a/doc/gen_pkgdiff.py b/doc/gen_pkgdiff.py index 5a13311..4b18ae2 100644 --- a/doc/gen_pkgdiff.py +++ b/doc/gen_pkgdiff.py @@ -109,8 +109,6 @@ elif len(sys.argv) == 1: new_file = os.path.relpath(os.path.join(repo_root, new_lic_file)) prev_file = "%s:%s" % (prev_baseline, prev_lic_file) - print prev_file - print new_file else: sys.stderr.write("Usage:\n") -- cgit v1.2.3-54-g00ecf