This commit is contained in:
2021-04-19 19:44:47 +09:00
parent 87891ac059
commit 19b837a993

View File

@@ -110,10 +110,6 @@ class FetchMiningTaxesObservers implements ShouldQueue
$date = Carbon::now()->subDays(7);
Observer::where('last_updated', '<', $date)->delete();
//Set the end time for debugging and printint out to the screen
$endTime = time();
printf("Time to complete: " . ($endTime - $startTime) . "\n\r");
//Return 0 saying everything is fine
return 0;
}