Sfoglia il codice sorgente

moved debugging text

Jachym Cepicky 14 anni fa
parent
commit
3b3646681d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      wms/__init__.py

+ 0 - 1
wms/__init__.py

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