From 9a12435f6b464071e7f4d915df0c33714ba2ef6b Mon Sep 17 00:00:00 2001 From: John Jarvis <jarv@edx.org> Date: Thu, 15 Nov 2012 19:47:33 -0500 Subject: [PATCH] Removing print --- .../certificates/management/commands/gen_cert_report.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/djangoapps/certificates/management/commands/gen_cert_report.py b/lms/djangoapps/certificates/management/commands/gen_cert_report.py index 4fda0078e1a..21e1775665c 100644 --- a/lms/djangoapps/certificates/management/commands/gen_cert_report.py +++ b/lms/djangoapps/certificates/management/commands/gen_cert_report.py @@ -75,7 +75,6 @@ class Command(BaseCommand): cert_data[course_id].update( {status['status']: status['dcount'] for status in tallies}) - print cert_data # all states we have seen far all courses status_headings = set( -- GitLab