contrib/hgweb.wsgi
branchstable
changeset 50734 d5cd1fd690f3
parent 45398 d58a205d0672
--- a/contrib/hgweb.wsgi	Tue Jun 27 12:09:17 2023 +0200
+++ b/contrib/hgweb.wsgi	Mon Jun 26 18:00:28 2023 +0200
@@ -8,9 +8,6 @@
 # (consult "installed modules" path from 'hg debuginstall'):
 #import sys; sys.path.insert(0, "/path/to/python/lib")
 
-# Uncomment to send python tracebacks to the browser if an error occurs:
-#import cgitb; cgitb.enable()
-
 # enable demandloading to reduce startup time
 from mercurial import demandimport; demandimport.enable()