Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
djelusic committed Feb 24, 2022
1 parent 513b5e9 commit 545276a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion domain/workspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ func (n *Node) AuthToken() (string, error) {
return token.JWT(n.Keys.Private, claims, 7*24*time.Hour)
}
t := n.JWT
fmt.Println(t)
exp, err := token.ExpiresAt(t)
if err != nil {
return "", err
Expand Down

0 comments on commit 545276a

Please sign in to comment.