Commit f62d7d26 authored by Phil Hughes's avatar Phil Hughes

Removed console.log from notes

parent 1f508334
......@@ -65,8 +65,6 @@ class @Notes
# add diff note
$(document).on "click", ".js-add-diff-note-button", @addDiffNote
$(document).on "mouseover", ".js-add-diff-note-button", ->
console.log $(this).data('line-code')
# hide diff note form
$(document).on "click", ".js-close-discussion-note-form", @cancelDiscussionForm
......@@ -505,7 +503,6 @@ class @Notes
addDiffNote: (e) =>
e.preventDefault()
$link = $(e.currentTarget)
console.log $link.data('line-code')
row = $link.closest("tr")
nextRow = row.next()
hasNotes = nextRow.is(".notes_holder")
......
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