Skip to content

Commit

Permalink
quitar comentario
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmi30 committed Mar 7, 2024
1 parent 2af3972 commit 03de393
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aplicaciones/procesador/fuente/aplicacion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ async function inicio() {
});

function procesarFilaPoblacion(fila: FilaPoblacion, numeroFila: number) {
//const [codigo, departamentoNombre, municipioNombre, poblacionH, poblacionL, poblacionT] = fila;
const codigo = fila[0];
const poblacionT = fila[5];
const mun = municipios.datos.find((municipio) => {
Expand Down

0 comments on commit 03de393

Please sign in to comment.