Skip to content

Commit

Permalink
Remove console log debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi authored Jan 25, 2024
1 parent 3088af9 commit 7953411
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ app.post('/subscriber', async (req, res) => {
console.log('process subscriber')

const { reference, password } = req.body;
console.log("reference: ", reference, "password: ", password)

try {
const tokenData = await getSubscriberToken(reference, password)
Expand Down

0 comments on commit 7953411

Please sign in to comment.