Skip to content

Commit

Permalink
rm-log
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 10, 2018
1 parent 6504dd1 commit d14b290
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/src/python/test_qgsserver_accesscontrol.py
Expand Up @@ -85,11 +85,6 @@ def layerPermissions(self, layer):
return super(RestrictedAccessControl, self).layerPermissions(layer)

rh = self.serverInterface().requestHandler()
print(layer.name())
print(rh.parameterMap())
print(rh.parameter("TEST"))
print(rh.parameter("LAYER_PERM"))

rights = QgsAccessControlFilter.LayerPermissions()
# Used to test WFS transactions
if rh.parameterMap().get("LAYER_PERM") == "no":
Expand Down

0 comments on commit d14b290

Please sign in to comment.