From c94dfb6484b0d097261a7080a0a3ca9fa76c0c40 Mon Sep 17 00:00:00 2001 From: DanB Date: Mon, 1 Apr 2019 19:16:21 +0200 Subject: [PATCH] Comment removal from dispatcher profile --- engine/dispatcherprfl.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/dispatcherprfl.go b/engine/dispatcherprfl.go index 2b976b77c..d5bc33bdf 100644 --- a/engine/dispatcherprfl.go +++ b/engine/dispatcherprfl.go @@ -125,9 +125,7 @@ func (dps DispatcherProfiles) Sort() { sort.Slice(dps, func(i, j int) bool { return dps[i].Weight > dps[j].Weight }) } - // DispatcherHost represents one virtual host used by dispatcher ->>>>>>> Dispatcher with support for dynamic hosts type DispatcherHost struct { Tenant string ID string