Skip to content

Commit

Permalink
Removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Feb 8, 2024
1 parent 76fb658 commit 5f5ba07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/one-time-token/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export async function createToken(user: User, expiresIn: number | null): Promise
created_at: Math.floor(Date.now() / 1000)
});

console.log(new Date(expiresAt*1000));
return {
token,
expires: new Date(expiresAt*1000),
Expand Down

0 comments on commit 5f5ba07

Please sign in to comment.