binwiederhier 2 anni fa
parent
commit
2d0c043dfd
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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, ".", "\\."), "*", ".+")
 	}
 	allPatterns := fmt.Sprintf("^(%s)", strings.Join(webPushAllowedEndpointsPatterns, "|"))
-	fmt.Println(allPatterns)
 	webPushAllowedEndpointsRegex = regexp.MustCompile(allPatterns)
 }