Commit b425049
committed
chore(chart): remove console.log traces from property-MV builder
The three console.log calls in getChartSqlFromPropertyMV matched the
existing getChartSqlFromMaterializedView pattern but bloat production
logs on every filter/breakdown chart request. CodeRabbit flagged this
as a potential PII leak (filter values printed verbatim). Removing
here rather than leaving inconsistent with the other builders — those
should follow up separately.1 parent 5bc2e1f commit b425049
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
619 | 619 | | |
620 | 620 | | |
621 | 621 | | |
622 | | - | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | 622 | | |
627 | 623 | | |
628 | 624 | | |
| |||
0 commit comments