korbit-ai[bot] commented on code in PR #32346:
URL: https://github.com/apache/superset/pull/32346#discussion_r1965654517
##########
superset-frontend/plugins/plugin-chart-echarts/src/Histogram/controlPanel.tsx:
##########
@@ -172,3 +173,4 @@ const config: ControlPanelConfig = {
};
export default config;
+console.log('✅ controlPanel.tsx is loaded! Test');
Review Comment:
### Remove debug console.log <sub></sub>
<details>
<summary>Tell me more</summary>
###### What is the issue?
Debug console.log statement left in production code that serves no
functional purpose.
###### Why this matters
Adding unnecessary logging increases noise in the browser console and can
make debugging harder in production environments.
###### Suggested change ∙ *Feature Preview*
Remove the following line:
```typescript
console.log('✅ controlPanel.tsx is loaded! Test');
```
</details>
<sub>
[](https://app.korbit.ai/feedback/aa91ff46-6083-4491-9416-b83dd1994b51/2624e87a-e838-4e9a-9501-6bbe331198ed?suggestedFixEnabled=true)
💬 Chat with Korbit by mentioning @korbit-ai.
</sub>
<!--- korbi internal id:831fcb62-d022-4473-ad68-99aa83de046a -->
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]