Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrvg committed Feb 25, 2024
1 parent 4a83673 commit 55affbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fontes/interpretador/interpretador-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,6 @@ export class InterpretadorBase implements InterpretadorInterface {
retornoVetor = retornoVetor.slice(0, -2);
}
retornoVetor += ']';
console.log(retornoVetor)

return retornoVetor;
}
Expand Down

0 comments on commit 55affbf

Please sign in to comment.