Remove console log

This commit is contained in:
Fernando Blat
2017-01-19 11:03:03 +01:00
parent cba1f8bd9d
commit 6f698ec9a6

View File

@@ -7,7 +7,6 @@ App.WatchFormChanges =
return $('[data-watch-form-message]').data('watch-form-message')
checkChanges: (event) ->
console.log(event)
changes = false
App.WatchFormChanges.forms().each ->
form = $(this)