Commit b4ce4e6f authored by Jacob Schatz's avatar Jacob Schatz

Remove console logs

parent a121ee51
...@@ -12,7 +12,6 @@ class @IssuableContext ...@@ -12,7 +12,6 @@ class @IssuableContext
$(document).off("click", ".edit-link").on "click",".edit-link", (e) -> $(document).off("click", ".edit-link").on "click",".edit-link", (e) ->
$block = $(@).parents('.block') $block = $(@).parents('.block')
$selectbox = $block.find('.selectbox') $selectbox = $block.find('.selectbox')
console.log 'selectbox visible???', $selectbox.is(':visible')
if $selectbox.is(':visible') if $selectbox.is(':visible')
$selectbox.hide() $selectbox.hide()
$block.find('.value').show() $block.find('.value').show()
......
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