changeset 6572:be56b2426b90

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.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Fri, 27 Jan 2017 21:24:08 +0100
parents 908e186abd8d
children fc6b1b0e1096
files development.ini kallithea/lib/paster_commands/template.ini.mako kallithea/tests/test.ini
diffstat 3 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/development.ini	Sat Jan 28 20:46:00 2017 +0100
+++ b/development.ini	Fri Jan 27 21:24:08 2017 +0100
@@ -13,7 +13,6 @@
 
 [DEFAULT]
 debug = true
-pdebug = false
 
 ################################################################################
 ## Email settings                                                             ##
--- a/kallithea/lib/paster_commands/template.ini.mako	Sat Jan 28 20:46:00 2017 +0100
+++ b/kallithea/lib/paster_commands/template.ini.mako	Fri Jan 27 21:24:08 2017 +0100
@@ -7,7 +7,6 @@
 
 [DEFAULT]
 debug = true
-pdebug = false
 
 <%text>################################################################################</%text>
 <%text>## Email settings                                                             ##</%text>
--- a/kallithea/tests/test.ini	Sat Jan 28 20:46:00 2017 +0100
+++ b/kallithea/tests/test.ini	Fri Jan 27 21:24:08 2017 +0100
@@ -11,7 +11,6 @@
 
 [DEFAULT]
 debug = true
-pdebug = false
 
 ################################################################################
 ## Email settings                                                             ##