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
commit6e9337d55206fcdc6d019a42d0635f6e7bae395d (patch)
tree06e19b0ad568a293867127026b482b495e1be240 /bin/lts-missing-uploads.py
parentb020d6aebde238c08885e23c3bfbb36605fd8885 (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