diff options
| author | mokha <mokha@cisco.com> | 2018-03-22 09:15:51 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2018-03-22 09:15:51 -0600 |
| commit | 0cf70d571bc67490a5fa95234afeb303f4b396ed (patch) | |
| tree | 5436a540eaff0098ce0130f2e5daf414079916ec /lib | |
| parent | 94b0aa12b87670f48d6b0b3d9796771da6377fd2 (diff) | |
remove puts.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ats/shiro/api.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ats/shiro/api.rb b/lib/ats/shiro/api.rb index bbf6708..a818189 100644 --- a/lib/ats/shiro/api.rb +++ b/lib/ats/shiro/api.rb @@ -28,7 +28,6 @@ module ATS def get(url, params: {}, version: 1) http.get(build_uri(url, version: version), headers: headers, body: params) do |request, response| - puts response.body.inspect JSON.parse(response.body, symbolize_names: true) end end |
