diff --git a/package.json b/package.json
index a7e5ce6e..b81809bb 100644
--- a/package.json
+++ b/package.json
@@ -133,7 +133,6 @@
"pako": "^1.0.6",
"prop-types": "^15.6.2",
"react": "^15.5.4",
- "react-adsense": "0.0.6",
"react-dom": "^15.5.4",
"react-extras": "^0.7.1",
"react-ga": "^2.5.3",
diff --git a/src/app/pages/AboutPage.jsx b/src/app/pages/AboutPage.jsx
index f0af3dd5..656ac95e 100644
--- a/src/app/pages/AboutPage.jsx
+++ b/src/app/pages/AboutPage.jsx
@@ -1,7 +1,6 @@
import React from 'react';
import Page from './Page';
import { CoriolisLogo, GitHub } from '../components/SvgIcons';
-import AdSense from 'react-adsense';
/**
* About Page
@@ -128,12 +127,6 @@ export default class AboutPage extends Page {
height="1"
/>
-
);
}
diff --git a/src/app/pages/ComparisonPage.jsx b/src/app/pages/ComparisonPage.jsx
index 32003d23..545775e9 100644
--- a/src/app/pages/ComparisonPage.jsx
+++ b/src/app/pages/ComparisonPage.jsx
@@ -22,7 +22,6 @@ import {
LinkIcon
} from '../components/SvgIcons';
import ShortenUrl from '../utils/ShortenUrl';
-import AdSense from 'react-adsense';
import { comparisonBBCode } from '../utils/BBCode';
const browser = require('detect-browser');
@@ -622,12 +621,6 @@ export default class ComparisonPage extends Page {
))
)}
-
);
}
diff --git a/src/app/pages/NotFoundPage.jsx b/src/app/pages/NotFoundPage.jsx
index a2d9c1a9..64ba6816 100644
--- a/src/app/pages/NotFoundPage.jsx
+++ b/src/app/pages/NotFoundPage.jsx
@@ -1,6 +1,5 @@
import React from 'react';
import Page from './Page';
-import AdSense from 'react-adsense';
/**
* 404 Page
@@ -25,12 +24,6 @@ export default class NotFoundPage extends Page {
return (
Page
{this.context.route.path} Not Found
-
);
}
diff --git a/src/app/pages/OutfittingPage.jsx b/src/app/pages/OutfittingPage.jsx
index 0a659736..ae042559 100644
--- a/src/app/pages/OutfittingPage.jsx
+++ b/src/app/pages/OutfittingPage.jsx
@@ -23,7 +23,6 @@ import {
} from '../components/SvgIcons';
import LZString from 'lz-string';
import ShipSummaryTable from '../components/ShipSummaryTable';
-import AdSense from 'react-adsense';
import StandardSlotSection from '../components/StandardSlotSection';
import HardpointSlotSection from '../components/HardpointSlotSection';
import InternalSlotSection from '../components/InternalSlotSection';
@@ -1096,12 +1095,6 @@ export default class OutfittingPage extends Page {
opponentEng={opponentEng}
opponentWep={opponentWep}
/>
-
);
}
diff --git a/src/app/pages/ShipyardPage.jsx b/src/app/pages/ShipyardPage.jsx
index 3301e655..a84f70a3 100644
--- a/src/app/pages/ShipyardPage.jsx
+++ b/src/app/pages/ShipyardPage.jsx
@@ -6,7 +6,6 @@ import Ship from '../shipyard/Ship';
import * as ModuleUtils from '../shipyard/ModuleUtils';
import { SizeMap } from '../shipyard/Constants';
import Link from '../components/Link';
-import AdSense from 'react-adsense';
/**
* Counts the hardpoints by class/size
@@ -614,12 +613,6 @@ export default class ShipyardPage extends Page {
-
);
}
diff --git a/src/index.ejs b/src/index.ejs
index 00379734..7efd299c 100644
--- a/src/index.ejs
+++ b/src/index.ejs
@@ -32,10 +32,6 @@
window.CORIOLIS_DATE = '<%- htmlWebpackPlugin.options.date.toISOString().slice(0, 10) %>';
window.BUGSNAG_VERSION = '<%- htmlWebpackPlugin.options.version + '-' + htmlWebpackPlugin.options.date.toISOString() %>';
-
-
<% if (htmlWebpackPlugin.options.uaTracking) { %>