Remove last customer-specific hack from github hook.

(imported from commit 897d9fd91e4f6c558d687f5ae6c360fad80574d9)
This commit is contained in:
Tim Abbott
2015-09-25 00:47:07 -07:00
parent 0ace7fe502
commit f31816072d

View File

@@ -171,7 +171,7 @@ def api_github_landing(request, user_profile, event=REQ,
short_ref = re.sub(r'^refs/heads/', '', payload.get('ref', ""))
kwargs = dict()
if (emphasize_branch_in_topic or user_profile.realm.domain == "customer26.invalid") and short_ref:
if emphasize_branch_in_topic and short_ref:
kwargs['topic_focus'] = short_ref
allowed_events = set()