Commit 3fc887ea authored by Jacob Schatz's avatar Jacob Schatz

Remove console log

parent 43a8e3a6
......@@ -7,7 +7,6 @@ class @Subscription
@subscribe_button.unbind('click').click(@toggleSubscription)
toggleSubscription: (event) =>
console.log 'toggleSubscription'
btn = $(event.currentTarget)
action = btn.find('span').text()
current_status = @subscription_status.attr('data-status')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment