0

web: don't clutter up web console by default

If one wishes to add debug output, they should use overviewer.utils.debug.
To see the output produced by that, set overviewerConfig.map.debug to true.

Fixes #1816.
This commit is contained in:
Nicolas F
2020-07-28 13:22:07 +02:00
parent 11aabbfd9f
commit 08e8c21d0c
2 changed files with 7 additions and 9 deletions

View File

@@ -124,7 +124,7 @@ top-level directory.
dump['worlds'] = worlds
dump['map'] = dict()
dump['map']['debug'] = True
dump['map']['debug'] = False
dump['map']['cacheTag'] = str(int(time.time()))
dump['map']['north_direction'] = 'lower-left' # only temporary
dump['map']['controls'] = {