summaryrefslogtreecommitdiffstats
path: root/bin/lts-missing-uploads.py
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2016-08-02 16:26:02 +0000
committerChris Lamb <lamby@debian.org>2016-08-02 16:26:02 +0000
commit6c7e12b905ffe7849fe2b1c06bbf21961fd1b4c5 (patch)
treebb8eb11000e69c4022be0470ebed3ec8d7746ad2 /bin/lts-missing-uploads.py
parente4ba873a0ccb73b6c1181e8c62093bed75bcd074 (diff)
remove debugging code
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@43714 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/lts-missing-uploads.py')
-rwxr-xr-xbin/lts-missing-uploads.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/lts-missing-uploads.py b/bin/lts-missing-uploads.py
index 6d6e38e3e4..3ff67d489d 100755
--- a/bin/lts-missing-uploads.py
+++ b/bin/lts-missing-uploads.py
@@ -72,9 +72,6 @@ def main(*args):
for _, x in sorted(udd(dlas.keys()).items()):
dla = dlas[x['source']]
- print(x)
- print(dla)
-
if subprocess.call((
'dpkg', '--compare-versions', dla['version'], 'gt', x['version'],
)) == 0:

© 2014-2024 Faster IT GmbH | imprint | privacy policy