diff --git a/roles/fedimg/templates/fedmsg.d/fedimg.py b/roles/fedimg/templates/fedmsg.d/fedimg.py index b5a3f141a6..f0d074f290 100644 --- a/roles/fedimg/templates/fedmsg.d/fedimg.py +++ b/roles/fedimg/templates/fedmsg.d/fedimg.py @@ -22,12 +22,4 @@ config = dict( kojiconsumer=True, - {% if env == 'staging' %} - # Establish a loop from production back into the staging instance. - endpoints = { - "production-loopback": [ - "tcp://hub.fedoraproject.org:9940", - ], - }, - {% endif %} )