X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=PVE%2FAPI2%2FACL.pm;h=fb4fbce11b567d4721ce9c35fd84731368c752bf;hp=84d7549cfb7809768ee63181aa1542595d27205d;hb=5654af83fa4f8ffc4e44176eea6229716eae2036;hpb=894e6f0c4b166d09f5623c06812edb3ec5e8bf62 diff --git a/PVE/API2/ACL.pm b/PVE/API2/ACL.pm index 84d7549..fb4fbce 100644 --- a/PVE/API2/ACL.pm +++ b/PVE/API2/ACL.pm @@ -9,8 +9,6 @@ use PVE::Exception qw(raise_param_exc); use PVE::SafeSyslog; -use Data::Dumper; # fixme: remove - use PVE::RESTHandler; use base qw(PVE::RESTHandler);