From 631d181a07096f65914e0cefd2b1938a077be2d3 Mon Sep 17 00:00:00 2001
From: Chris Lawton <chris.lawton@torchbox.com>
Date: Tue, 19 Feb 2019 10:57:01 +0000
Subject: [PATCH] remove log

---
 .../static_src/src/app/src/components/GroupedListing/index.js    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/opentech/static_src/src/app/src/components/GroupedListing/index.js b/opentech/static_src/src/app/src/components/GroupedListing/index.js
index 2acca6fd4..8c6681b4b 100644
--- a/opentech/static_src/src/app/src/components/GroupedListing/index.js
+++ b/opentech/static_src/src/app/src/components/GroupedListing/index.js
@@ -131,7 +131,6 @@ export default class GroupedListing extends React.Component {
 
         // set css custom prop to allow scrolling from dropdown to last item in the list
         if (this.listRef.current) {
-            console.log(this.listRef.current);
             document.documentElement.style.setProperty('--last-listing-item-height', this.listRef.current.lastElementChild.offsetHeight + 'px');
         }
 
-- 
GitLab