From 136626c1996b93ecaadaa5f1a84092a20fae1d28 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 8 Feb 2015 21:03:04 +0100 Subject: [PATCH] Just a little bit more code clean up. --- include/threads.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/threads.php b/include/threads.php index 9bc51052e..cefba2d6c 100644 --- a/include/threads.php +++ b/include/threads.php @@ -19,10 +19,6 @@ function add_thread($itemid, $onlyshadow = false) { logger("add_thread: Add thread for item ".$itemid." - ".print_r($result, true), LOGGER_DEBUG); } - // Store a shadow copy of public items for displaying a global community page? - //if (!get_config('system', 'global_community')) - // return; - // is it already a copy? if (($itemid == 0) OR ($item['uid'] == 0)) return;