mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove stray console.log().
This commit is contained in:
parent
9ddd4543e1
commit
2447e85f3f
1 changed files with 0 additions and 1 deletions
|
@ -123,7 +123,6 @@ define [
|
||||||
if state[customTogglerPane]?.initClosed == true
|
if state[customTogglerPane]?.initClosed == true
|
||||||
customTogglerScope.isOpen = false
|
customTogglerScope.isOpen = false
|
||||||
|
|
||||||
console.log customTogglerScope.isOpen
|
|
||||||
customTogglerScope.tooltipMsgWhenOpen = customTogglerMsgWhenOpen
|
customTogglerScope.tooltipMsgWhenOpen = customTogglerMsgWhenOpen
|
||||||
customTogglerScope.tooltipMsgWhenClosed = customTogglerMsgWhenClosed
|
customTogglerScope.tooltipMsgWhenClosed = customTogglerMsgWhenClosed
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue