better report
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user