Changeset - be56b2426b90
[Not reviewed]
default
0 3 0
Thomas De Schampheleire - 9 years ago 2017-01-27 21:24:08
thomas.de.schampheleire@gmail.com
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.
3 files changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -13,7 +13,6 @@
 

	
 
[DEFAULT]
 
debug = true
 
pdebug = false
 

	
 
################################################################################
 
## Email settings                                                             ##
kallithea/lib/paster_commands/template.ini.mako
Show inline comments
 
@@ -7,7 +7,6 @@
 

	
 
[DEFAULT]
 
debug = true
 
pdebug = false
 

	
 
<%text>################################################################################</%text>
 
<%text>## Email settings                                                             ##</%text>
kallithea/tests/test.ini
Show inline comments
 
@@ -11,7 +11,6 @@
 

	
 
[DEFAULT]
 
debug = true
 
pdebug = false
 

	
 
################################################################################
 
## Email settings                                                             ##
0 comments (0 inline, 0 general)