michael-s-molina commented on a change in pull request #12059:
URL:
https://github.com/apache/incubator-superset/pull/12059#discussion_r545739458
##########
File path: superset-frontend/.eslintrc.js
##########
@@ -101,6 +106,7 @@ module.exports = {
'new-cap': 0,
'no-bitwise': 0,
'no-continue': 0,
+ 'no-console': 0,
Review comment:
I looked for a custom Logger but I didn't found one. Thanks for the
`import { logging } from '@superset-ui/core'; `reference! This is very simple
to fix, I think we have only one file using console directly. I'll enable again
and fix it.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]