Skip to content
Snippets Groups Projects
Commit 1981a061 authored by damjan's avatar damjan
Browse files

[BUGFIX] Deleting forgotten echo

parent 343dd2b9
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,6 @@ abstract class AbstractPropertyController extends ExceptionFOSRestController {
);
} catch (InvalidFormException $invalidFormException) {
echo 'Inner catch!!! ';
return $invalidFormException->getForm();
}
} catch (\Exception $exception) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment