binwiederhier 2 년 전
부모
커밋
2d0c043dfd
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      server/server_web_push.go

+ 0 - 1
server/server_web_push.go

@@ -34,7 +34,6 @@ func init() {
 		webPushAllowedEndpointsPatterns[i] = strings.ReplaceAll(strings.ReplaceAll(pattern, ".", "\\."), "*", ".+")
 		webPushAllowedEndpointsPatterns[i] = strings.ReplaceAll(strings.ReplaceAll(pattern, ".", "\\."), "*", ".+")
 	}
 	}
 	allPatterns := fmt.Sprintf("^(%s)", strings.Join(webPushAllowedEndpointsPatterns, "|"))
 	allPatterns := fmt.Sprintf("^(%s)", strings.Join(webPushAllowedEndpointsPatterns, "|"))
-	fmt.Println(allPatterns)
 	webPushAllowedEndpointsRegex = regexp.MustCompile(allPatterns)
 	webPushAllowedEndpointsRegex = regexp.MustCompile(allPatterns)
 }
 }