You should remove the dump()s from your production code, it doesn't have to be there.
But, as noted by Cerad, since it can be annoying when you forget to remove them before checking in, you can define an empty dump() function at the begining of web/app.php: