Mercurial > moin > 1.9
changeset 4604:5d94d48eb350
remove some unused debugging related code/settings
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Sun, 22 Feb 2009 20:21:13 +0100 |
parents | 9602b4dc3106 |
children | edb6cb2cac43 |
files | MoinMoin/user.py wiki/server/moin wiki/server/moin.wsgi wikiserver.py |
diffstat | 4 files changed, 0 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/user.py Sun Feb 22 08:05:28 2009 +0100 +++ b/MoinMoin/user.py Sun Feb 22 20:21:13 2009 +0100 @@ -19,9 +19,6 @@ @license: GNU GPL, see COPYING for details. """ -# add names here to hide them in the cgitb traceback -unsafe_names = ("id", "key", "val", "user_data", "enc_password", "recoverpass_key") - import os, time, codecs, base64 from MoinMoin.support.python_compatibility import hash_new, hmac_new
--- a/wiki/server/moin Sun Feb 22 08:05:28 2009 +0100 +++ b/wiki/server/moin Sun Feb 22 20:21:13 2009 +0100 @@ -29,10 +29,6 @@ #from MoinMoin import log #log.load_config('/path/to/logging_configuration_file') -# Debug mode - show detailed error reports -#os.environ['MOIN_DEBUG'] = '1' - - from MoinMoin.script.moin import run run()
--- a/wiki/server/moin.wsgi Sun Feb 22 08:05:28 2009 +0100 +++ b/wiki/server/moin.wsgi Sun Feb 22 20:21:13 2009 +0100 @@ -43,7 +43,4 @@ #from MoinMoin import log #log.load_config('/path/to/logging_configuration_file') -# Debug mode - show detailed error reports -#os.environ['MOIN_DEBUG'] = '1' - from MoinMoin.wsgiapp import application
--- a/wikiserver.py Sun Feb 22 08:05:28 2009 +0100 +++ b/wikiserver.py Sun Feb 22 20:21:13 2009 +0100 @@ -28,9 +28,6 @@ from MoinMoin import log log.load_config('wikiserverlogging.conf') -# Debug mode - show detailed error reports -#os.environ['MOIN_DEBUG'] = '1' - from MoinMoin.script import MoinScript if __name__ == '__main__':