Remove logging

This commit is contained in:
David Bomba 2021-04-10 12:15:37 +10:00
parent 8310278110
commit 7372aecb1a

View File

@ -352,11 +352,6 @@ trait GeneratesCounter
$counter++; $counter++;
} while ($check); } while ($check);
nlog($counter);
nlog($pattern);
nlog($number);
return $number; return $number;
} }