Skip to content

Commit

Permalink
Removed unnecessary log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Buhr committed Aug 15, 2014
1 parent 26d5922 commit 32e9541
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions oauth_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,6 @@ func (r RedisOsinStorageInterface) LoadRefresh(token string) (*osin.AccessData,
thisAccessData.AuthorizeData = &osin.AuthorizeData{}
thisAccessData.AuthorizeData.Client = new(osin.DefaultClient)

log.Warning("REFRESH DATA: ", accessJSON)

if marshalErr := json.Unmarshal([]byte(accessJSON), &thisAccessData); marshalErr != nil {
log.Error("Couldn't unmarshal OAuth auth data object (LoadRefresh)")
log.Error(marshalErr)
Expand Down

0 comments on commit 32e9541

Please sign in to comment.