This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch Lint-cleanup in repository https://gitbox.apache.org/repos/asf/superset.git
commit cb0982856a4d9e52930ddc690e9ef2eec4b78f8a Author: Evan Rusackas <[email protected]> AuthorDate: Thu Feb 15 13:31:32 2024 -0700 unused property --- superset-frontend/src/components/Chart/Chart.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/superset-frontend/src/components/Chart/Chart.jsx b/superset-frontend/src/components/Chart/Chart.jsx index 4b8e82975e..b4eb931225 100644 --- a/superset-frontend/src/components/Chart/Chart.jsx +++ b/superset-frontend/src/components/Chart/Chart.jsx @@ -244,7 +244,6 @@ class Chart extends React.PureComponent { } = this.props; const isLoading = chartStatus === 'loading'; - this.renderContainerStartTime = Logger.getTimestamp(); if (chartStatus === 'failed') { return queriesResponse.map(item => this.renderErrorMessage(item)); }
