Changed devel values to prod

This commit is contained in:
MrFry 2020-04-08 14:56:30 +02:00
parent 3018e4c78a
commit 65c36b9938

View file

@ -69,7 +69,7 @@
// forcing pages for testing. unless you test, do not set these to true! // forcing pages for testing. unless you test, do not set these to true!
// only one of these should be true for testing // only one of these should be true for testing
const forceTestPage = false const forceTestPage = false
const forceResultPage = true const forceResultPage = false
const forceDefaultPage = false const forceDefaultPage = false
const logElementGetting = false const logElementGetting = false
const log = true const log = true