Skip to content

Commit

Permalink
Merge pull request #49 from NBISweden/hotfix/logline
Browse files Browse the repository at this point in the history
Remove not needed log line
  • Loading branch information
jonandernovella authored Dec 4, 2020
2 parents 06a85a8 + 005f231 commit cb2c5d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions elastic.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ func backupDocuments(sb s3Backend, es elastic.Client, keyPath, indexGlob string,
json := readResponse(res.Body)
res.Body.Close()

log.Info(json)

hits := gjson.Get(json, "hits.hits")
_, err = c.Write([]byte(hits.Raw + "\n"))
if err != nil {
Expand Down

0 comments on commit cb2c5d3

Please sign in to comment.