Skip to content

Commit 86ef4cd

Browse files
authored
Merge branch 'master' into asad/pick-csrf-from-cookie
2 parents 08f672b + 7bcf9f8 commit 86ef4cd

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

openedx/core/djangoapps/catalog/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def check_catalog_integration_and_get_user(error_message_field):
9393
return None, catalog_integration
9494
return user, catalog_integration
9595
else:
96-
logger.error(
96+
logger.info(
9797
"Unable to retrieve details about {field} because Catalog Integration is not enabled".format(
9898
field=error_message_field,
9999
)

openedx/core/djangoapps/models/course_details.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
# handled separately; its value maps to an alternate key name.
2121
ABOUT_ATTRIBUTES = [
2222
'syllabus',
23-
'title',
2423
'subtitle',
2524
'duration',
2625
'description',

0 commit comments

Comments
 (0)