summaryrefslogtreecommitdiffstats
path: root/doc/gen_pkgdiff.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gen_pkgdiff.py')
-rw-r--r--doc/gen_pkgdiff.py2
1 files changed, 0 insertions, 2 deletions
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:
109 109
110 new_file = os.path.relpath(os.path.join(repo_root, new_lic_file)) 110 new_file = os.path.relpath(os.path.join(repo_root, new_lic_file))
111 prev_file = "%s:%s" % (prev_baseline, prev_lic_file) 111 prev_file = "%s:%s" % (prev_baseline, prev_lic_file)
112 print prev_file
113 print new_file
114 112
115else: 113else:
116 sys.stderr.write("Usage:\n") 114 sys.stderr.write("Usage:\n")