diff --git a/clamrest.go b/clamrest.go index 9b04de8..c5a245f 100644 --- a/clamrest.go +++ b/clamrest.go @@ -105,7 +105,6 @@ func scanHandler(w http.ResponseWriter, r *http.Request) { return } - //if part.FileName() is empty, skip this iteration. if part.FileName() == "" { writeError(w, http.StatusBadRequest, "Filename is empty") return