Skip to content

Commit

Permalink
Addressed @foot's comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarl committed Apr 26, 2017
1 parent cf0ee15 commit 9644b97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/app/scripts/components/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ class Search extends React.Component {
// If the search query is parsable, pin it when ENTER key is hit.
if (ev.keyCode === ENTER_KEY_CODE && parseQuery(this.props.searchQuery)) {
trackMixpanelEvent('scope.search.query.pin', {
query: this.props.searchQuery,
layout: this.props.topologyViewMode,
topologyId: this.props.currentTopology.get('id'),
parentTopologyId: this.props.currentTopology.get('parentId'),
Expand All @@ -99,7 +98,6 @@ class Search extends React.Component {
doSearch(value) {
if (value !== '') {
trackMixpanelEvent('scope.search.query.change', {
query: value,
layout: this.props.topologyViewMode,
topologyId: this.props.currentTopology.get('id'),
parentTopologyId: this.props.currentTopology.get('parentId'),
Expand Down

0 comments on commit 9644b97

Please sign in to comment.