Turn off diff highlighting everywhere

(imported from commit b1ac105d35e6b4b544b708509b4ae67573b47da8)
This commit is contained in:
Steve Howell
2013-07-23 15:37:49 -04:00
parent 6ae9f95de3
commit c51056ff8e

View File

@@ -981,7 +981,8 @@ def do_update_message(user_profile, message_id, subject, content):
if not rendered_content:
raise JsonableError("We were unable to render your updated message")
if not settings.DEPLOYED or settings.STAGING_DEPLOYED:
# We are turning off diff highlighting everywhere until ticket #1532 is addressed.
if False:
# Don't highlight message edit diffs on prod
rendered_content = highlight_html_differences(first_rendered_content, rendered_content)