Skip to content

Commit

Permalink
removing debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Aug 10, 2019
1 parent 4b3eb10 commit 8c95d33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/OpenSRS.php
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,6 @@ public static function listDomainsByExpireyDate($startDate = false, $endDate = f
while ($endPages == false) {
$page++;
$response = self::xmlRequest('get_domains_by_expiredate', 'domain', ['limit'=>$limit,'exp_from'=>$fromDate,'exp_to'=>$toDate,'page'=>$page]);
file_put_contents('domains-'.$page.'.json', json_encode($response['xml_array'], JSON_PRETTY_PRINT));
if ($response === false) {
$endPages = true;
} else {
Expand Down

0 comments on commit 8c95d33

Please sign in to comment.