Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
bjesus committed Sep 1, 2024
1 parent eb2cf83 commit fe867db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parsers/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ func ExecuteCurlBlock(block common.Block) (interface{}, error) {
return nil, fmt.Errorf("curl command failed: %w\nOutput: %s", err, string(output))
}

fmt.Println(string(output))
isJSON := json.Valid(bytes.TrimSpace(output))
log.Println(isJSON)
if isJSON {
Expand Down

0 comments on commit fe867db

Please sign in to comment.