From 1d5321798af534368a6f902a109f8efd3c53bd6b Mon Sep 17 00:00:00 2001 From: marijus Date: Thu, 5 Feb 2015 21:31:05 +0100 Subject: forgot to remove some debug stuff --- include/attach.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/attach.php b/include/attach.php index 38fe3173b..1b89480b3 100644 --- a/include/attach.php +++ b/include/attach.php @@ -987,8 +987,6 @@ function file_activity($channel_id, $object, $allow_cid, $allow_gid, $deny_cid, $r_perms = recursive_activity_recipients($allow_cid, $allow_gid, $deny_cid, $deny_gid, $folder_hash); - print_r($r_perms); killme(); - $allow_cid = perms2str($r_perms['allow_cid']); $allow_gid = perms2str($r_perms['allow_gid']); $deny_cid = perms2str($r_perms['deny_cid']); -- cgit v1.2.3