openid / OpenYOLO-Web

Web protocol for credential exchange and update - "You Only Login Once"
http://openid.net/wg/ac/
Apache License 2.0
100 stars 16 forks source link

Remove debug logging #46

Closed iainmcgin closed 7 years ago

iainmcgin commented 7 years ago

Consumers of the library have complained that we are overly verbose in our console logging; this has now been stripped back to just key informational and error logs.

codecov-io commented 7 years ago

Codecov Report

Merging #46 into master will increase coverage by 0.29%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   91.34%   91.63%   +0.29%     
==========================================
  Files          34       34              
  Lines        1456     1411      -45     
  Branches      178      177       -1     
==========================================
- Hits         1330     1293      -37     
+ Misses        126      118       -8
Impacted Files Coverage Δ
ts/api/verify.ts 100% <ø> (ø) :arrow_up:
ts/spi/ancestor_origin_verifier.ts 83.33% <ø> (-0.67%) :arrow_down:
ts/api/base_request.ts 98.41% <ø> (-0.1%) :arrow_down:
ts/spi/provider_frame.ts 87.09% <ø> (+0.63%) :arrow_up:
ts/api/hint_request.ts 100% <ø> (ø) :arrow_up:
ts/protocol/comms.ts 94.11% <ø> (+4.64%) :arrow_up:
ts/protocol/secure_channel.ts 92.92% <100%> (+1.38%) :arrow_up:
ts/test_utils/channels.ts 97.05% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f3140b2...9227cb9. Read the comment docs.