mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-12 07:30:46 +02:00
Remove a console.log
This commit is contained in:
@@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user