summaryrefslogtreecommitdiffstats
path: root/web/react/stores/search_store.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/stores/search_store.jsx')
-rw-r--r--web/react/stores/search_store.jsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/react/stores/search_store.jsx b/web/react/stores/search_store.jsx
index 96071665c..549f355ef 100644
--- a/web/react/stores/search_store.jsx
+++ b/web/react/stores/search_store.jsx
@@ -135,7 +135,3 @@ SearchStore.dispatchToken = AppDispatcher.register((payload) => {
});
export default SearchStore;
-
-if (window.mm_config.EnableDeveloper === 'true') {
- window.SearchStore = SearchStore;
-}