]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Annoying debug messages that were just meant to remind
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 9 Sep 2015 15:48:06 +0000 (17:48 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 9 Sep 2015 15:48:06 +0000 (17:48 +0200)
lib/apiaction.php

index 8c1b4c67e7081bfa211931c92c9f5b77ce31f3f7..3564709e5bc2c0242c14af8fb84a06effaf9b72e 100644 (file)
@@ -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();