remove console.log

This commit is contained in:
piensaenpixel 2017-05-10 11:55:51 +02:00
parent 5ec8402e70
commit b5be9eb869

View File

@ -49,7 +49,6 @@
}
$('.CDB-Button--loading').click(function(){
console.log($(this));
$(this).toggleClass("is-loading");
})