remove debug statement

This commit is contained in:
James Lopez
2016-04-22 17:56:20 +02:00
parent acf297955a
commit e5a59331cf
@@ -7,7 +7,6 @@ $ ->
# %div.js-toggle-content
#
$("body").on "click", ".js-toggle-button", (e) ->
console.log(e);
$(@).find('i').
toggleClass('fa fa-chevron-down').
toggleClass('fa fa-chevron-up')