diff --git a/web/react/components/error_bar.jsx b/web/react/components/error_bar.jsx index 8d2978afb9..b8775ecaa7 100644 --- a/web/react/components/error_bar.jsx +++ b/web/react/components/error_bar.jsx @@ -2,7 +2,6 @@ // See License.txt for license information. var ErrorStore = require('../stores/error_store.jsx'); -var utils = require('../utils/utils.jsx'); export default class ErrorBar extends React.Component { constructor() {