Skip to content

Commit

Permalink
limpieza console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jortilles committed Nov 8, 2023
1 parent 86e061b commit 277f875
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eda/eda_app/src/app/services/utils/chart-utils.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ export class ChartUtilsService {
//pyramid
if (dataDescription.totalColumns === 3 && dataDescription.numericColumns.length === 1
) {
console.log(dataDescription)
notAllowed.splice(notAllowed.indexOf('pyramid'), 1);
}
return notAllowed;
Expand Down

0 comments on commit 277f875

Please sign in to comment.