Commit ecb4fe8a by Tyler Hallada

Remove hackathon comment

parent e30b4bf1
...@@ -712,7 +712,6 @@ def get_video_info_for_course_and_profiles(course_id, profiles): ...@@ -712,7 +712,6 @@ def get_video_info_for_course_and_profiles(course_id, profiles):
return_dict[enc_vid.video.edx_video_id].setdefault("profiles", {}).update( return_dict[enc_vid.video.edx_video_id].setdefault("profiles", {}).update(
{enc_vid.profile.profile_name: { {enc_vid.profile.profile_name: {
"url": enc_vid.url, "url": enc_vid.url,
# do something here Tyler
"file_size": enc_vid.file_size, "file_size": enc_vid.file_size,
}} }}
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment