sha174n opened a new pull request, #44070: URL: https://github.com/apache/superset/pull/44070
`CouchbaseEngineSpec.get_parameters()` and `get_parameters_from_uri()` each contain a leftover debug `print()` that writes the connection URI to stdout on every call. These are development leftovers with no functional purpose (the return values are unaffected), and emitting connection strings to stdout is undesirable in production where stdout is typically shipped to log aggregation. This removes the two `print()` statements. No behavior change. -- 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]
