aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-26 21:56:56 -0700
committerfriendica <info@friendica.com>2014-10-26 21:56:56 -0700
commitbe8a01618e5577e8324ebc59230165f233a20e89 (patch)
treecc74b89ac35cb92b50eeacee887e599e6e660613 /include/conversation.php
parent95de759766d4ea06b2b331131078a9f908ff2054 (diff)
downloadvolse-hubzilla-be8a01618e5577e8324ebc59230165f233a20e89.tar.gz
volse-hubzilla-be8a01618e5577e8324ebc59230165f233a20e89.tar.bz2
volse-hubzilla-be8a01618e5577e8324ebc59230165f233a20e89.zip
turn down the preview logging. Haven't needed that level of detail recently.
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/conversation.php b/include/conversation.php
index b22b570a1..48fe8af60 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -827,8 +827,8 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional', $
$threads = null;
}
- if($page_mode === 'preview')
- logger('preview: ' . print_r($threads,true));
+// if($page_mode === 'preview')
+// logger('preview: ' . print_r($threads,true));
// Do not un-comment if smarty3 is in use
// logger('page_template: ' . $page_template);