summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2018-07-17 16:21:35 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2019-03-10 01:08:41 -0500
commit2c9063f2f90a5cd5c38d1db9dda573564db66069 (patch)
tree761d084e3b694f550ea68c7589e6289f5c513288
parent61805c7043d4b214fc3acb4bd54ac24aa38152a0 (diff)
Revert debug statements
-rw-r--r--releng/management/commands/syncisos.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/releng/management/commands/syncisos.py b/releng/management/commands/syncisos.py
index b98c3e78..060ab2c1 100644
--- a/releng/management/commands/syncisos.py
+++ b/releng/management/commands/syncisos.py
@@ -45,8 +45,6 @@ class Command(BaseCommand):
isonames = Iso.objects.values_list('name', flat=True)
active_isos = parser.parse(settings.ISO_LIST_URL)
- print(active_isos)
- print(isonames)
for iso in active_isos:
# create any names that don't already exist
if iso not in isonames: