DSCGS-11 Cleanup

This commit is contained in:
irlndts 2018-03-17 20:57:41 +03:00
parent 4b824487ea
commit 33699d6ad5
3 changed files with 0 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -100,7 +100,6 @@ func request(path string, params url.Values, resp interface{}) error {
if err != nil {
return err
}
fmt.Println(string(body))
return json.Unmarshal(body, &resp)
}