From a62ca601e5b9770e7afe0d4ff26a243cd275b64f Mon Sep 17 00:00:00 2001
From: Stefan Galinski <stefan@sgalinski.de>
Date: Fri, 31 Mar 2023 19:00:27 +0200
Subject: [PATCH] [BUGFIX] Fix debug call

---
 Classes/Controller/JoblistController.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Classes/Controller/JoblistController.php b/Classes/Controller/JoblistController.php
index 465eba3a..fa86874a 100644
--- a/Classes/Controller/JoblistController.php
+++ b/Classes/Controller/JoblistController.php
@@ -440,7 +440,6 @@ class JoblistController extends ActionController {
 	protected function initializeApplyAction(): void {
 		$propertyMappingConfiguration = $this->arguments->getArgument('applyData')->getPropertyMappingConfiguration();
 		$propertyMappingConfiguration->forProperty('job')->allowAllProperties();
-		die('test');
 
 		// remove the job validator
 		/** @var ConjunctionValidator $validator */
-- 
GitLab