remove status code 1 case (OOPS!)

This commit is contained in:
Hedy Li 2021-07-10 14:02:18 +08:00
parent c0addaf342
commit 7027fc38b4
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 0 additions and 3 deletions

View File

@ -74,9 +74,6 @@ func SpartanParsedURL(u *url.URL, input string) bool {
// Handle status
switch status {
case 1:
fmt.Println("[INPUT]")
fmt.Println(meta)
case 2:
// TODO: handle mime type
bodyBytes, err := ioutil.ReadAll(reader)