Skip to content

Commit

Permalink
Removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
woanware committed Sep 13, 2016
1 parent 23e9ac3 commit b06680e
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions source/src/woanware/lookuper/vt_url.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,25 +60,6 @@ func (u *VtUrl) Process(data []string) int8 {
}

return WORK_RESPONSE_OK

// urr, err := u.govtc.GetUrlReports(data)
// if err != nil {
// if strings.Contains(strings.ToLower(err.Error()), "unexpected status code: 204") {
// return WORK_RESPONSE_KEY_FAILED
// }
//
// log.Printf("Error requesting VT MD5 report: %v", err)
// return WORK_RESPONSE_ERROR
// }
//
// for _, ur := range *urr {
// if ur.ResponseCode == 1 {
// u.setRecord(ur)
// }
// }
////}
//
//return WORK_RESPONSE_OK
}

//
Expand Down

0 comments on commit b06680e

Please sign in to comment.