diff --git a/tests/autopkgtest.py b/tests/autopkgtest.py index 6917fbc..d0a6d4d 100755 --- a/tests/autopkgtest.py +++ b/tests/autopkgtest.py @@ -178,7 +178,6 @@ echo "$@" >> /%s/adt-britney.log ''' % self.data.path) records.sort(cmp=apt_pkg.version_compare, key=operator.itemgetter(1)) records.sort() - print(records) return "\n".join([' '.join(x) for x in records]) def make_adt_britney(self, request, history=""):