Skip to content

Commit

Permalink
Merge pull request #105 from refinery/remove-console-log
Browse files Browse the repository at this point in the history
Remove console.log in portfolio JS
  • Loading branch information
bricesanchez committed Aug 13, 2015
2 parents 33ffd95 + e65de3a commit 289b85b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ $ = jQuery
window.portfolio =
append_image: (images) ->
$.each images, (index, image) ->
console.log image
image_id = $(image).attr('id').replace 'image_', ''
image_src = $(image).attr('data-medium')
new_image = $('li.image_field.blank:first').clone() # Clone li
Expand Down

0 comments on commit 289b85b

Please sign in to comment.