@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.mjs
CHANGED
|
@@ -2076,7 +2076,6 @@ import { parse as parse3 } from "date-fns";
|
|
|
2076
2076
|
function gerarRetorno4({ dados }) {
|
|
2077
2077
|
try {
|
|
2078
2078
|
const { arquivo } = dados;
|
|
2079
|
-
console.log(arquivo);
|
|
2080
2079
|
const documentos = [];
|
|
2081
2080
|
for (let i = 0; i < arquivo.length; i++) {
|
|
2082
2081
|
let linha = arquivo[i];
|