Преглед на файлове

auto update script executed

Toby Chui преди 1 година
родител
ревизия
b5bf861c1e
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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)