You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/02/15 21:10:41 UTC

(superset) 02/04: unused property

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 <ev...@rusackas.com>
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));
     }