Bitcoin-com / rest.bitcoin.com

Bitcoin.com's Cloud's REST API
https://rest.bitcoin.com
MIT License
19 stars 26 forks source link

Reduce error logs #540

Closed christroutner closed 4 years ago

christroutner commented 4 years ago

Removes error logging in in the slp/formatToRestObject() function. This PR is an extension of PR #535. It's purpose is to reduce noise in our error logs.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 2703


Files with Coverage Reduction New Missed Lines %
dist/routes/v2/slp.js 53 43.34%
<!-- Total: 53 -->
Totals Coverage Status
Change from base Build 2699: 0.01%
Covered Lines: 2357
Relevant Lines: 3389

💛 - Coveralls
christroutner commented 4 years ago

This code merged in PR #544