Skip to content
This repository has been archived by the owner on Dec 3, 2020. It is now read-only.

Commit

Permalink
Remove leftover testing lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kelly committed Oct 17, 2018
1 parent 7d9d324 commit 57c5b67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/browser_action/components/BrowserActionApp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import {removeMarkedProducts} from 'commerce/state/products';

import 'commerce/browser_action/components/BrowserActionApp.css';

import {recordEvent} from 'commerce/background/telemetry';

/**
* Base component for the entire panel. Handles loading state and whether to
* display the empty state.
Expand Down Expand Up @@ -57,7 +55,6 @@ export default class BrowserActionApp extends React.Component {
}

componentDidMount() {
recordEvent();
this.props.loadStateFromStorage();
window.addEventListener('unload', this.handleUnload);

Expand Down

0 comments on commit 57c5b67

Please sign in to comment.