diff --git a/examples/openspending/components/Header.tsx b/examples/openspending/components/Header.tsx
index c1a47d5c..450ac078 100644
--- a/examples/openspending/components/Header.tsx
+++ b/examples/openspending/components/Header.tsx
@@ -53,18 +53,10 @@ export function Header() {
title: 'Resources',
href: '/resources',
children: [
- {
- title: 'IATI',
- href: '/resources/iati',
- },
{
title: 'Follow the money',
href: '/resources/journo',
},
- {
- title: 'OpenSpending.Mobi',
- href: '/resources/mobi/',
- },
{
title: 'Map of Spending Projects',
href: '/resources/map-of-spending-projects/',
@@ -125,7 +117,6 @@ function classNames(...classes) {
function Dropdown({ navItem }: { navItem: any }) {
const [showDropDown, setShowDropDown] = useState(false);
- console.log(showDropDown);
return (