Remove line that was testing exception handling.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@285 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-05-23 16:27:17 +00:00
parent 80e048da92
commit 29fc44105f

View File

@@ -19,7 +19,6 @@ fs = cgi.FieldStorage()
url = fs.getvalue('url', "http://openlayers.org")
allowedHosts = ['www.openlayers.org', 'openlayers.org', 'octo.metacarta.com']
allowedHosts = object()
host = url.split("/")[2]
try: