@@ -38,7 +38,6 @@ class LaborApplyRecordJob implements ShouldQueue
*/
public function handle()
{
- Log::debug("LaborApplyRecordJob isAppend = " . ($this->isAppend + 1) . "");
$response = $this->service->allocationLaborToLaborCompany($this->isAppend);
if (!$response['success']) throw new WarningException($response['error_message']);
}