Skip to content

Commit 32260b0

Browse files
authored
Update constructor.js
[skip ci]
1 parent 0deebf0 commit 32260b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/lib/tiny/constructor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = function (token) {
2626
})
2727
.then(response => {
2828
const { retorno } = response.data
29-
console.log('>> Debug Retorno => ', retorno, retorno.registros, ' <<')
29+
// console.log('>> Debug Retorno => ', retorno, retorno.registros, ' <<')
3030
if (retorno.status === 'Erro') {
3131
const err = new Error('Tiny error response')
3232
const tinyErrorCode = parseInt(retorno.codigo_erro, 10)

0 commit comments

Comments
 (0)