diff options
author | Max Kostikov <max@kostikov.co> | 2019-12-03 10:14:49 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-12-03 10:14:49 +0100 |
commit | c17717c5dbba37ec598903706095f2c3905a843c (patch) | |
tree | 88d084101fa861d258f85ad0dce0e28d9bbb5a11 | |
parent | 8b00913579c2b96e0fb8e0361181d36602394b8a (diff) | |
download | volse-hubzilla-c17717c5dbba37ec598903706095f2c3905a843c.tar.gz volse-hubzilla-c17717c5dbba37ec598903706095f2c3905a843c.tar.bz2 volse-hubzilla-c17717c5dbba37ec598903706095f2c3905a843c.zip |
Remove debug logging
-rw-r--r-- | Zotlabs/Widget/Pinned.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Pinned.php b/Zotlabs/Widget/Pinned.php index 8d63d9986..e2dc49018 100644 --- a/Zotlabs/Widget/Pinned.php +++ b/Zotlabs/Widget/Pinned.php @@ -88,7 +88,6 @@ class Pinned { ]; $this->activity($item, $conv_responses); -logger('$conv_responses: ' . print_r($conv_responses,true)); $verified = (intval($item['item_verified']) ? t('Message signature validated') : ''); $forged = ((! intval($item['item_verified']) && $item['sig']) ? t('Message signature incorrect') : ''); |