Browse Source

moved debugging text

Jachym Cepicky 14 years ago
parent
commit
3b3646681d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      wms/__init__.py

+ 0 - 1
wms/__init__.py

@@ -31,7 +31,6 @@ class WMS(OWS):
         self.version = params["VERSION"]
         self.version = params["VERSION"]
 
 
         # create layer
         # create layer
-        logging.debug(params)
         logging.debug("Creating layer %s" % params["LAYERS"][0]) 
         logging.debug("Creating layer %s" % params["LAYERS"][0]) 
         lyrobj = mapscript.layerObj(mapobj)
         lyrobj = mapscript.layerObj(mapobj)
         lyrobj.name = params["LAYERS"][0]
         lyrobj.name = params["LAYERS"][0]