Skip to content

Commit

Permalink
Qutados console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jortilles committed Oct 16, 2024
1 parent e9bb3b1 commit 7b96a88
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export class TableDialogComponent extends EdaDialogAbstract implements AfterView
this.panelChartConfig = this.controller.params.panelChart;
if (this.panelChartConfig && this.panelChartConfig.config) {
const config = (<TableConfig>this.panelChartConfig.config.getConfig());
console.log('config: ',config);
this.row_totals = config.withRowTotals;
this.col_totals = config.withColTotals;
this.col_subtotals = config.withColSubTotals;
Expand Down Expand Up @@ -152,7 +151,6 @@ export class TableDialogComponent extends EdaDialogAbstract implements AfterView
private noRepeat() {

const currentConfig = this.myPanelChartComponent.currentConfig;
console.log('currentConfig_========>',currentConfig)
currentConfig.noRepetitions = !currentConfig.noRepetitions;
this.myPanelChartComponent.componentRef.instance.inject.checkTotals(null);
this.noRepetitions = currentConfig.noRepetitions;
Expand All @@ -171,7 +169,6 @@ export class TableDialogComponent extends EdaDialogAbstract implements AfterView
this.myPanelChartComponent.componentRef.instance.inject.checkTotals(null);
this.negativeNumbers = currentConfig.negativeNumbers;

console.log('negativeNumbers: =-=-=>>>>', this.negativeNumbers);

this.setItems();
}
Expand Down

0 comments on commit 7b96a88

Please sign in to comment.