[noticket] Temporary change to remove link to publisher site-usage whilst it gets fixed
[noticket] Temporary change to remove link to publisher site-usage whilst it gets fixed

--- a/ckanext/ga_report/download_analytics.py
+++ b/ckanext/ga_report/download_analytics.py
@@ -8,10 +8,6 @@
 import ga_model
 
 #from ga_client import GA
-
-import logging
-logger.setLevel(logging.DEBUG)
-
 
 log = logging.getLogger('ckanext.ga-report')
 

--- a/ckanext/ga_report/templates/ga_report/publisher/popular.html
+++ b/ckanext/ga_report/templates/ga_report/publisher/popular.html
@@ -15,12 +15,14 @@
                 </li>
             </py:for>
         </ul>
+        <!--!
       <p>
         <a href="${h.url_for(controller='ckanext.ga_report.controller:GaDatasetReport',action='read_publisher',id=publisher.name)}">
           <img py:if="preview_image" src="${preview_image}" /><br/>
           More usage data for ${publisher.title}
         </a>
       </p>
+      -->
      </div>
   </py:if>
 </html>