diff --git a/osc/grabber.py b/osc/grabber.py index 43ec86d5..f9915a3f 100644 --- a/osc/grabber.py +++ b/osc/grabber.py @@ -43,7 +43,6 @@ class OscMirrorGroup(object): self._grabber.urlgrab(mirror, filename, text) return True except HTTPError as e: - print('Error %s' % e.code) tries += 1 return False