Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
Casperhr authored Mar 6, 2017
1 parent 3984738 commit 9f566a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Sources/JWTKeychain/Controllers/API/UserController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ open class UserController<T: UserType>: UserControllerType {
}

let token = try self.configuration.generateResetPasswordToken(user: user)

print(token)


let base64EncodedToken = try Base64Encoding().encode(token.bytes)

// Send mail
Expand Down

0 comments on commit 9f566a2

Please sign in to comment.