Commit 531d06d1 authored by Jacob Schatz's avatar Jacob Schatz

removes `console.log`s

parent 70dfa3a7
......@@ -27,7 +27,6 @@ class @Issue
url: url,
error: (jqXHR, textStatus, errorThrown) ->
issueStatus = if isClose then 'close' else 'open'
console.log("Cannot #{issueStatus} this issue, at this time.")
success: (data, textStatus, jqXHR) ->
if data.saved
$this.addClass('hidden')
......@@ -40,7 +39,6 @@ class @Issue
$('div.issue-box-closed').addClass('hidden')
$('div.issue-box-open').removeClass('hidden')
else
console.log("Did not work")
$this.prop('disabled', false)
disableTaskList: ->
......
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