diff --git a/client/gatsby-ssr.js b/client/gatsby-ssr.js index 0030345aa1..cfdb4f187a 100644 --- a/client/gatsby-ssr.js +++ b/client/gatsby-ssr.js @@ -1,4 +1,3 @@ -/* global ROLLBAR_CLIENT_ID ENVIRONMENT */ import React from 'react'; import PropTypes from 'prop-types'; import { Provider } from 'react-redux'; @@ -24,28 +23,6 @@ export const onRenderBody = ({ setHeadComponents, setPostBodyComponents }) => { setHeadComponents([...headComponents]); setPostBodyComponents( [ - /* eslint-disable max-len */ - ENVIRONMENT === 'production' ? ( -