Skip to content

Commit

Permalink
remoção de console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciorobertodev committed Jul 28, 2023
1 parent 6a42bcc commit b8dfad2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/import-export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export function exportFormationNamesOfStrategy(): string[] {
const formations = global.getCurrentStrategy().getFormations();

return formations.map((formation) => {
console.log(safeString(formation.getName()).toUpperCase());
return safeString(formation.getName()).toUpperCase();
});
}
Expand Down

0 comments on commit b8dfad2

Please sign in to comment.