From 7b6f1fd306c17d38bbdf21edac7e930bbe2656d4 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 26 Jan 2012 09:54:56 +0100 Subject: [PATCH] remove debug message --- PVE/API2/Group.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/PVE/API2/Group.pm b/PVE/API2/Group.pm index b3cc15e..883c45d 100644 --- a/PVE/API2/Group.pm +++ b/PVE/API2/Group.pm @@ -62,7 +62,6 @@ __PACKAGE__->register_method ({ my $privs = [ 'User.Allocate', 'Sys.Audit' ]; my $allow = $rpcenv->check_any($authuser, "/access", $privs, 1); - syslog("info", "TEST $allow"); my $allowed_groups = $rpcenv->filter_groups($authuser, $privs, 1); foreach my $group (keys %{$usercfg->{groups}}) { -- 2.39.2