mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 22:10:44 +00:00
Remove a console.log
This commit is contained in:
parent
a924794a5a
commit
406181b05d
1 changed files with 0 additions and 1 deletions
|
@ -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"))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue