Skip to content
Snippets Groups Projects
Commit 14002b49 authored by efalcy's avatar efalcy
Browse files

Remove xdebug_break

parent 65f58534
Branches
Tags 6.20
3 merge requests!780Master,!737Dev #18087 orphea harvest,!723Dev #18087 orphea harvest
......@@ -89,7 +89,6 @@ class Class_WebService_BibNumerique_Orphea extends Class_WebService_BibNumerique
if(!$total_records && (!$total_records = $this->getTotalRecords($this->_unid)))
return ['error' => $this->parser->getFullmessage()];
xdebug_break();
$this->_total_pages = ceil($total_records / self::RECORDS_BY_PAGE);
$this->harvestRecords($this->_unid, $page);
......
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