From c8d67beb9cf32f273fd5a78e26636aa4feedde25 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Wed, 1 Oct 2014 15:51:49 +0100 Subject: remove "red", "blue" and "green" server_name mappings --- synapse/http/client.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/synapse/http/client.py b/synapse/http/client.py index eb11bfd4d5..822afeec1d 100644 --- a/synapse/http/client.py +++ b/synapse/http/client.py @@ -35,13 +35,6 @@ import urllib logger = logging.getLogger(__name__) -# FIXME: SURELY these should be killed?! -_destination_mappings = { - "red": "localhost:8080", - "blue": "localhost:8081", - "green": "localhost:8082", -} - class HttpClient(object): """ Interface for talking json over http -- cgit 1.4.1