diff options
author | friendica <info@friendica.com> | 2014-08-28 17:26:53 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-28 17:26:53 -0700 |
commit | e20fe41f2310e77f57bece8e593a856b34bedc34 (patch) | |
tree | 7aebeee1b4ba0cf4635a67c6894b89ba3e6ee213 /include/conversation.php | |
parent | ae3047791c5d7a9bd589509bf13dd1c740e6639f (diff) | |
download | volse-hubzilla-e20fe41f2310e77f57bece8e593a856b34bedc34.tar.gz volse-hubzilla-e20fe41f2310e77f57bece8e593a856b34bedc34.tar.bz2 volse-hubzilla-e20fe41f2310e77f57bece8e593a856b34bedc34.zip |
remove noisy log statement
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/conversation.php b/include/conversation.php index 15ce8ce25..b14e609dd 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1270,8 +1270,6 @@ function conv_sort($arr,$order) { } } -logger('conv_sort: ' . print_r($ret,true)); - return $ret; } |