Removed an unnecessary console log

This commit is contained in:
Imperadeiro98 2015-09-25 13:12:06 +01:00
parent 71538b0ac9
commit 4cd8d95c72

View file

@ -48,7 +48,6 @@ module.exports = class SubscribeModal extends ModalView
popoverTitle = $.i18n.t 'subscribe.parent_email_title'
popoverTitle += '<button type="button" class="close" onclick="$(&#39;.parent-button&#39;).popover(&#39;hide&#39;);">&times;</button>'
popoverContent = ->
console.log 'found html', $('.parent-button-popover-content').html()
$('.parent-button-popover-content').html()
@$el.find('.parent-button').popover(
animation: true