Skip to content

Commit

Permalink
turn off debug
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Apr 15, 2018
1 parent 4df513a commit 25288e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwt.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 61,7 @@ func NewToken(v ...interface{}) Token {
case TokenString:
token.Token = v.(TokenString)
default:
util.Debug("key",key)
util.Debug("key",v)
token.key = v
}
}
Expand Down

0 comments on commit 25288e6

Please sign in to comment.