mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
remove dump messages
This commit is contained in:
parent
10577e1735
commit
a4c2b93e1c
@ -23,6 +23,7 @@ Master branch
|
||||
|
||||
- replace default message on download button below dropzone ;
|
||||
- launch event when dropzone is initialized, to allow to customize events on dropzone;
|
||||
|
||||
- add privacy events to document index / show
|
||||
- add privacy events to document edit / update
|
||||
- remove dump message
|
||||
|
||||
|
@ -30,8 +30,6 @@ class ObjectToAsyncFileTransformer implements AsyncFileTransformerInterface
|
||||
|
||||
public function toAsyncFile($data)
|
||||
{
|
||||
dump($data);
|
||||
|
||||
if ($data instanceof StoredObject) {
|
||||
return $data;
|
||||
}
|
||||
@ -39,8 +37,6 @@ class ObjectToAsyncFileTransformer implements AsyncFileTransformerInterface
|
||||
|
||||
public function toData(AsyncFileInterface $asyncFile)
|
||||
{
|
||||
dump($asyncFile);
|
||||
|
||||
$object = $this->em
|
||||
->getRepository(StoredObject::class)
|
||||
->findByFilename($asyncFile->getObjectName())
|
||||
|
Loading…
x
Reference in New Issue
Block a user