From b5be9eb8690de742ec7439ad241c2dd8a668fe04 Mon Sep 17 00:00:00 2001 From: piensaenpixel Date: Wed, 10 May 2017 11:55:51 +0200 Subject: [PATCH] remove console.log --- styleguide/_template.html | 1 - 1 file changed, 1 deletion(-) diff --git a/styleguide/_template.html b/styleguide/_template.html index f1a39b5..ff15055 100644 --- a/styleguide/_template.html +++ b/styleguide/_template.html @@ -49,7 +49,6 @@ } $('.CDB-Button--loading').click(function(){ - console.log($(this)); $(this).toggleClass("is-loading"); })