remove dump()

This commit is contained in:
2020-01-08 11:44:41 +01:00
parent 30e0c663dc
commit c3012b7f8a
3 changed files with 1 additions and 14 deletions

View File

@@ -51,8 +51,7 @@ class ParticipationController extends Controller
*/
public function newAction(Request $request)
{
dump('coucou');
// test the request is correct
try {
$this->testRequest($request);