summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorTilman Vatteroth2020-11-26 20:52:57 +0100
committerTilman Vatteroth2020-11-26 21:09:23 +0100
commit97312b5ed3db8e5967184fc2f693a47dcba091f5 (patch)
treedd3bc2b71d3bbdd80194696b7219ff09a44690ae /app.js
parent66ad73d853d15423c63b823102931b35ef93722a (diff)
Remove pdf export code
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Diffstat (limited to 'app.js')
-rw-r--r--app.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app.js b/app.js
index 67fb2232..eb2a8193 100644
--- a/app.js
+++ b/app.js
@@ -191,7 +191,6 @@ app.locals.serverURL = config.serverURL
app.locals.sourceURL = config.sourceURL
app.locals.allowAnonymous = config.allowAnonymous
app.locals.allowAnonymousEdits = config.allowAnonymousEdits
-app.locals.allowPDFExport = config.allowPDFExport
app.locals.authProviders = {
facebook: config.isFacebookEnable,
twitter: config.isTwitterEnable,