]> git.openstreetmap.org Git - rails.git/commitdiff
remove debug statement
authorBryan Housel <bryan@mapbox.com>
Mon, 20 Jun 2016 23:19:20 +0000 (19:19 -0400)
committerBryan Housel <bryan@mapbox.com>
Mon, 20 Jun 2016 23:19:20 +0000 (19:19 -0400)
app/assets/javascripts/index.js

index 44692eac13f922a39d7c9e0e6f8a321fc8b28ca5..9ebee2dd228958ece42ff58c42007bcfad9b8b05 100644 (file)
@@ -175,7 +175,6 @@ $(document).ready(function () {
   });
 
   $('#banner .close-wrap').on('click', function(e) {
-    debugger;
     var cookieId = e.target.id;
     $('#banner').hide();
     e.preventDefault();