better report

This commit is contained in:
2024-08-27 17:59:12 +03:00
parent ae65ca47f6
commit 9f724a3243
2 changed files with 14 additions and 4 deletions
-3
View File
@@ -3,7 +3,6 @@
class Writer
{
public function __construct( private $logWriter)
{
}
@@ -32,8 +31,6 @@ class Writer
public function recordIterator(callable $query, callable $parser, int $skip = 0, $limit = 100): int
{
// logger("fetching $skip");
$records = $query($limit, $skip);
$parser($records, $limit, $skip);