From 404d5781fcf2993c882abc26c1d17dc1f3b37cca Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Wed, 9 Sep 2015 17:48:06 +0200 Subject: [PATCH] Annoying debug messages that were just meant to remind --- lib/apiaction.php | 4 ---- 1 file changed, 4 deletions(-) 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();