diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/access.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engine/lib/access.php b/engine/lib/access.php index 01cb8a93e..cf4b82609 100644 --- a/engine/lib/access.php +++ b/engine/lib/access.php @@ -316,8 +316,6 @@ if (!($collection = get_access_collection($collection_id)))
return false;
-
- system_message("$collection_id $user_guid collection");
if ((array_key_exists($collection_id, $collections) || $collection->owner_guid == 0)
&& $user = get_user($user_guid)) {
|