Remove weird logs, fix #59

This commit is contained in:
Star Brilliant
2019-10-29 03:23:00 +08:00
parent acf3e3c328
commit 82317bd63e

View File

@@ -97,7 +97,6 @@ var rxUpstreamWithTypePrefix = regexp.MustCompile("^[a-z-]+(:)")
func addressAndType(us string) (string, string) {
p := rxUpstreamWithTypePrefix.FindStringSubmatchIndex(us)
fmt.Println(p)
if len(p) != 4 {
return "", ""
}