This is an automated email from the ASF dual-hosted git repository.
hugh pushed a commit to branch omnibar
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/omnibar by this push:
new 83ea8e5 remove unneeded code
83ea8e5 is described below
commit 83ea8e588ca923f9b983dca676b42ff60ff7e2f2
Author: hughhhh <[email protected]>
AuthorDate: Thu Jan 31 15:25:44 2019 -0800
remove unneeded code
---
superset/assets/src/dashboard/components/Dashboard.jsx | 1 -
1 file changed, 1 deletion(-)
diff --git a/superset/assets/src/dashboard/components/Dashboard.jsx
b/superset/assets/src/dashboard/components/Dashboard.jsx
index 6f28f6d..c4e83ed 100644
--- a/superset/assets/src/dashboard/components/Dashboard.jsx
+++ b/superset/assets/src/dashboard/components/Dashboard.jsx
@@ -38,7 +38,6 @@ import {
LOG_ACTIONS_MOUNT_DASHBOARD,
LOG_ACTIONS_LOAD_DASHBOARD_PANE,
LOG_ACTIONS_FIRST_DASHBOARD_LOAD,
- LOG_ACTIONS_OMNIBAR_TRIGGERED,
} from '../../logger';
import OmniContianer from '../../components/OmniContainer';