diff --git a/server/src/pages/shot/view.js b/server/src/pages/shot/view.js index ec3e931f48..39c7cf643a 100644 --- a/server/src/pages/shot/view.js +++ b/server/src/pages/shot/view.js @@ -400,12 +400,6 @@ class Body extends React.Component { renderGetFirefox = renderExtensionNotification = false; } - let favicon = null; - if (shot.favicon) { - // We use background-image so if the image is broken it just doesn't show: - favicon =
; - } - const noText = this.props.abTests && this.props.abTests.downloadText && this.props.abTests.downloadText.value === "no-download-text"; return ( @@ -418,7 +412,6 @@ class Body extends React.Component {