]> git.openstreetmap.org Git - rails.git/commitdiff
Cleanup leftover console log
authorŠtefan Baebler <stefan.baebler@gmail.com>
Tue, 20 Mar 2018 00:39:37 +0000 (01:39 +0100)
committerŠtefan Baebler <stefan.baebler@gmail.com>
Tue, 20 Mar 2018 00:39:37 +0000 (01:39 +0100)
app/assets/javascripts/index.js

index b6fdaea398b4c5718d105c396efb2bc2d539b115..1385548880753bc74d0a0cb175851cbcf8f7f13c 100644 (file)
@@ -336,7 +336,6 @@ $(document).ready(function () {
       });
       
       $('.colour-preview-box').each(function (index, value) {
-        console.log($(this));
         $(this).css("background-color", $(this).data("colour"));
       });
     }