bito-code-review[bot] commented on PR #39386:
URL: https://github.com/apache/superset/pull/39386#issuecomment-4381598609
<!-- Bito Reply -->
The suggestion to import and use the logging util is valid for better
abstraction and browser safety. It improves the code by replacing direct
console usage.
**superset-frontend/src/utils/downloadAsPivotExcel.ts**
```
if (!table) {
logging.error(`[exportPivotExcel] No element found for selector:
"${tableSelector}"`);
return;
}
```
--
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]