Commit c01f96ea authored by Guy Thouret's avatar Guy Thouret
Browse files

(fix) Boost\Feeds\Boost - Remove accidental debug code - #930

parent 5ce5387d
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -32,13 +32,11 @@ class Boost extends Feed


            $entity = $this->resolver->single($boostUrn);
            $entity = $this->resolver->single($boostUrn);
            if (!$entity) {
            if (!$entity) {
                echo PHP_EOL . 'bad entity';
                continue; // Duff entity?
                continue; // Duff entity?
            }
            }


            $feedSyncEntity->setEntity($entity);
            $feedSyncEntity->setEntity($entity);
            $this->boosts[] = $feedSyncEntity;
            $this->boosts[] = $feedSyncEntity;
            echo PHP_EOL . 'iterate';
        }
        }


        $this->offset = $iterator->getOffset();
        $this->offset = $iterator->getOffset();