Parcourir la source

auto update script executed

Toby Chui il y a 1 an
Parent
commit
b5bf861c1e
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      mod/dynamicproxy/Server.go

+ 0 - 1
mod/dynamicproxy/Server.go

@@ -148,7 +148,6 @@ func (h *ProxyHandler) handleRootRouting(w http.ResponseWriter, r *http.Request)
 			fld, err := h.getTopLevelRedirectableDomain(domainOnly)
 			if err != nil {
 				//Redirect to proxy root
-				log.Println("[Router] Unable to resolve top level redirectable domain: " + err.Error())
 				h.proxyRequest(w, r, h.Parent.Root)
 			} else {
 				log.Println("[Router] Redirecting request from " + domainOnly + " to " + fld)