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:
@@ -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'] = {
|
||||
|
||||
Reference in New Issue
Block a user