From: Mikael Nordfeldth Date: Wed, 9 Sep 2015 15:48:06 +0000 (+0200) Subject: Annoying debug messages that were just meant to remind X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=404d5781fcf2993c882abc26c1d17dc1f3b37cca;p=quix0rs-gnu-social.git Annoying debug messages that were just meant to remind --- diff --git a/lib/apiaction.php b/lib/apiaction.php index 8c1b4c67e7..3564709e5b 100644 --- a/lib/apiaction.php +++ b/lib/apiaction.php @@ -796,7 +796,6 @@ class ApiAction extends Action if (is_array($notice)) { //FIXME: make everything calling showJsonTimeline use only Notice objects - common_debug('ArrayWrapper avoidance in progress! Beep boop, make showJsonTimeline only receive Notice objects!'); $ids = array(); foreach ($notice as $n) { $ids[] = $n->getID(); @@ -858,7 +857,6 @@ class ApiAction extends Action if (is_array($notice)) { //FIXME: make everything calling showJsonTimeline use only Notice objects - common_debug('ArrayWrapper avoidance in progress! Beep boop, make showJsonTimeline only receive Notice objects!'); $ids = array(); foreach ($notice as $n) { $ids[] = $n->getID(); @@ -908,7 +906,6 @@ class ApiAction extends Action if (is_array($notice)) { //FIXME: make everything calling showJsonTimeline use only Notice objects - common_debug('ArrayWrapper avoidance in progress! Beep boop, make showJsonTimeline only receive Notice objects!'); $ids = array(); foreach ($notice as $n) { $ids[] = $n->getID(); @@ -1018,7 +1015,6 @@ class ApiAction extends Action if (is_array($notice)) { //FIXME: make everything calling showJsonTimeline use only Notice objects - common_debug('ArrayWrapper avoidance in progress! Beep boop, make showJsonTimeline only receive Notice objects!'); $ids = array(); foreach ($notice as $n) { $ids[] = $n->getID();