remove debug print and add gitignore

This commit is contained in:
Hedy Li 2021-07-08 21:14:05 +08:00
parent df429b8d47
commit 172b41dc91
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
sparte

View File

@ -28,7 +28,6 @@ func SpartanURL(u string) bool {
fmt.Printf("Unsupported scheme %s", parsed.Scheme)
return false
}
fmt.Println(parsed)
return SpartanParsedURL(*parsed)
}