Commit 801b801b authored by Jacob Schatz's avatar Jacob Schatz

removes console logs

parent 1f5b8e88
......@@ -16,7 +16,6 @@ class @Issue
initIssueBtnEventListeners: ->
$("a.btn-close, a.btn-reopen").on "click", (e) ->
console.log('closing')
e.preventDefault()
e.stopImmediatePropagation()
$this = $(this)
......
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