Browse Source

moved debugging text

Jachym Cepicky 14 năm trước cách đây
mục cha
commit
3b3646681d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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]