mercurial/hgweb.py
changeset 391 5f65a108a559
parent 377 e5d769afd3ef
child 515 03f27b1381f9
--- a/mercurial/hgweb.py
+++ b/mercurial/hgweb.py
@@ -6,10 +6,6 @@
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
 
-# useful for debugging
-import cgitb
-cgitb.enable()
-
 import os, cgi, time, re, difflib, sys, zlib
 from mercurial.hg import *
 from mercurial.ui import *