1
0
Эх сурвалжийг харах

auto update script executed

Toby Chui 1 жил өмнө
parent
commit
7adb70571f

+ 0 - 2
mod/dynamicproxy/Server.go

@@ -3,7 +3,6 @@ package dynamicproxy
 import (
 	_ "embed"
 	"errors"
-	"fmt"
 	"log"
 	"net/http"
 	"os"
@@ -221,7 +220,6 @@ func (h *ProxyHandler) getTopLevelRedirectableDomain(unsetSubdomainHost string)
 
 	for i := 0; i < len(parts); i++ {
 		possibleTld := parts[i:]
-		fmt.Println(possibleTld)
 		_, ok := h.Parent.tldMap[strings.Join(possibleTld, ".")]
 		if ok {
 			//This is tld length