Commit c01f96ea authored by Guy Thouret's avatar Guy Thouret

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

1 merge request!235WIP: Boost Campaigns (&24)
Pipeline #90829219 passed with stages
in 10 minutes and 43 seconds
......@@ -32,13 +32,11 @@ class Boost extends Feed
$entity = $this->resolver->single($boostUrn);
if (!$entity) {
echo PHP_EOL . 'bad entity';
continue; // Duff entity?
}
$feedSyncEntity->setEntity($entity);
$this->boosts[] = $feedSyncEntity;
echo PHP_EOL . 'iterate';
}
$this->offset = $iterator->getOffset();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment