mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
remove debugging line
This commit is contained in:
parent
3061c5d41a
commit
ba493c7322
1 changed files with 1 additions and 4 deletions
|
@ -426,9 +426,6 @@ if process.env["SHARELATEX_RIGHT_FOOTER"]?
|
|||
if process.env["SHARELATEX_HEADER_IMAGE_URL"]?
|
||||
settings.nav.custom_logo = process.env["SHARELATEX_HEADER_IMAGE_URL"]
|
||||
|
||||
settings.nav.custom_logo = "http://www.bbc.co.uk/news/special/2015/newsspec_10857/bbc_news_logo.png"
|
||||
|
||||
|
||||
if process.env["SHARELATEX_HEADER"]?
|
||||
settings.nav.header = process.env["SHARELATEX_HEADER"]
|
||||
|
||||
|
@ -510,7 +507,7 @@ if process.env["SHARELATEX_LDAP_HOST"]
|
|||
ca = JSON.parse(process.env["SHARELATEX_LDAP_TLS_OPTS_CA_PATH"])
|
||||
catch e
|
||||
console.error "could not parse SHARELATEX_LDAP_TLS_OPTS_CA_PATH, invalid JSON"
|
||||
|
||||
|
||||
if typeof(ca) == 'string'
|
||||
ca_paths = [ca]
|
||||
else if typeof(ca) == 'object' && ca.length?
|
||||
|
|
Loading…
Reference in a new issue