Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgnreis authored Jan 16, 2024
1 parent 7c99292 commit d037e68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions functions/routes/tiny/webhook.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ exports.post = ({ appSdk, admin }, req, res) => {
if (storeId > 100 && typeof tinyToken === 'string' && tinyToken && req.body) {
const { dados, tipo } = req.body
if (dados) {
if (storeId == 51331) {
console.log('dados', JSON.stringify(dados))
}
/*
TODO: check Tiny server IPs
const clientIp = req.get('x-forwarded-for') || req.connection.remoteAddress
Expand Down

0 comments on commit d037e68

Please sign in to comment.