Remove dbg

This commit is contained in:
fogelito
2025-12-25 12:02:54 +02:00
parent ee129e28f1
commit 904b2da8ce
@@ -457,9 +457,6 @@ class Create extends Action
$documents = $results;
var_dump('shmuel2');
var_dump($documents);
} catch (DuplicateException) {
throw new Exception($this->getDuplicateException(), params: [$documentId]);
} catch (NotFoundException) {