Remove a console.log

This commit is contained in:
James Allen 2017-01-25 15:49:38 +01:00
parent a924794a5a
commit 406181b05d

View file

@ -5,7 +5,6 @@ define [
restrict: "A"
link: (scope, el) ->
resetHeight = () ->
console.log el.val()
el.css("height", "auto")
el.css("height", el.prop("scrollHeight"))