Browse Source

auto update script executed

Toby Chui 1 year ago
parent
commit
7adb70571f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      mod/dynamicproxy/Server.go

+ 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