# HG changeset patch # User Thomas De Schampheleire # Date 2017-01-27 20:24:08 # Node ID be56b2426b90fa8aba568aebb046da911e799805 # Parent 908e186abd8d02f3e1bcd58fef71d222de854b80 ini: remove 'pdebug' setting (profiling) The mysterious 'pdebug' was used in Pylons-based Kallithea to enable ProfilingMiddleware. Profiling should now be handled by TurboGears2. In any case, the pdebug variable is no longer checked anywhere, so can be removed. diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -13,7 +13,6 @@ [DEFAULT] debug = true -pdebug = false ################################################################################ ## Email settings ## diff --git a/kallithea/lib/paster_commands/template.ini.mako b/kallithea/lib/paster_commands/template.ini.mako --- a/kallithea/lib/paster_commands/template.ini.mako +++ b/kallithea/lib/paster_commands/template.ini.mako @@ -7,7 +7,6 @@ [DEFAULT] debug = true -pdebug = false <%text>################################################################################ <%text>## Email settings ## diff --git a/kallithea/tests/test.ini b/kallithea/tests/test.ini --- a/kallithea/tests/test.ini +++ b/kallithea/tests/test.ini @@ -11,7 +11,6 @@ [DEFAULT] debug = true -pdebug = false ################################################################################ ## Email settings ##