From 7027fc38b4c243df772510fed1a12385d36b3a00 Mon Sep 17 00:00:00 2001 From: Hedy Li Date: Sat, 10 Jul 2021 14:02:18 +0800 Subject: [PATCH] remove status code 1 case (OOPS!) --- sparte.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/sparte.go b/sparte.go index ec13ccf..4dc3fdc 100644 --- a/sparte.go +++ b/sparte.go @@ -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)