From 42a19c794a4cd8760fda6045179d099fd72d203e Mon Sep 17 00:00:00 2001 From: Michael Kelly Date: Wed, 17 Oct 2018 10:25:57 -0700 Subject: [PATCH] Remove leftover testing lines. --- src/browser_action/components/BrowserActionApp.jsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/browser_action/components/BrowserActionApp.jsx b/src/browser_action/components/BrowserActionApp.jsx index fac5275..d4377fc 100644 --- a/src/browser_action/components/BrowserActionApp.jsx +++ b/src/browser_action/components/BrowserActionApp.jsx @@ -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. @@ -57,7 +55,6 @@ export default class BrowserActionApp extends React.Component { } componentDidMount() { - recordEvent(); this.props.loadStateFromStorage(); window.addEventListener('unload', this.handleUnload);