Revert "WIP:Cache course runs to programs"

This commit is contained in:
emma-green
2019-02-20 12:03:07 -05:00
committed by GitHub
parent 8250373ddf
commit cbf3f78325
15 changed files with 48 additions and 347 deletions

View File

@@ -99,8 +99,4 @@ class Command(BaseCommand):
end += chunk_size
sleep(sleep_time_secs)
print('Finished! Updated {} total preferences from {} to {}'.format(
updated_count,
old_lang_code,
new_lang_code
))
print('Finished! Updated {} total preferences from {} to {}'.format(updated_count, old_lang_code, new_lang_code))