removes console logs

This commit is contained in:
Jacob Schatz 2015-12-21 16:46:36 -05:00
parent 1f5b8e88f3
commit 801b801bf0
1 changed files with 0 additions and 1 deletions

View File

@ -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)