@plasoft/boletos 1.0.60 → 1.0.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +0 -1
- package/build/index.js.map +1 -1
- package/build/index.mjs +0 -1
- package/build/index.mjs.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -2111,7 +2111,6 @@ var import_date_fns9 = require("date-fns");
|
|
|
2111
2111
|
function gerarRetorno4({ dados }) {
|
|
2112
2112
|
try {
|
|
2113
2113
|
const { arquivo } = dados;
|
|
2114
|
-
console.log(arquivo);
|
|
2115
2114
|
const documentos = [];
|
|
2116
2115
|
for (let i = 0; i < arquivo.length; i++) {
|
|
2117
2116
|
let linha = arquivo[i];
|