Nerzal / gocloak

golang keycloak client
Apache License 2.0
1.03k stars 283 forks source link

fix(client): remove unnecessary fmt.Print #344

Closed bastianccm closed 2 years ago

bastianccm commented 2 years ago

I suppose this is a leftover from developing/debuggen, and can be safely removed.

codecov[bot] commented 2 years ago

Codecov Report

Merging #344 (c51ce60) into main (4f92e9c) will increase coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #344      +/-   ##
==========================================
+ Coverage   76.74%   76.78%   +0.03%     
==========================================
  Files           4        4              
  Lines        1974     1973       -1     
==========================================
  Hits         1515     1515              
+ Misses        318      317       -1     
  Partials      141      141              
Impacted Files Coverage Δ
client.go 75.07% <ø> (+0.04%) :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 4f92e9c...c51ce60. Read the comment docs.

Nerzal commented 2 years ago

released as v11.0.2