From aa590fdae8d55e39288cb1f481fe0533502498db Mon Sep 17 00:00:00 2001 From: Marko <52066939+HeX87@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:59:54 +0100 Subject: [PATCH] increase speed --- src/Command/HiltesImportCommand.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Command/HiltesImportCommand.php b/src/Command/HiltesImportCommand.php index 344e888..2ca044e 100644 --- a/src/Command/HiltesImportCommand.php +++ b/src/Command/HiltesImportCommand.php @@ -59,11 +59,6 @@ class HiltesImportCommand extends Command status: CheckInStatus::inProgress() ); - $this->logger->error('Start Hiltes Import'); - - dump($checkInId); - - $io = new SymfonyStyle($input, $output); $io->success('Start Hiltes Import');