diff -r 50aea13227a2 -r 5f65a108a559 mercurial/hgweb.py --- a/mercurial/hgweb.py Fri Jun 17 15:05:32 2005 +0100 +++ b/mercurial/hgweb.py Fri Jun 17 08:50:11 2005 -0800 @@ -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 *