X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d12e8ec92369959ce2f3f43c4e047ab28e735538..06ffd8ee721a74dea9c584002b2793cc68c873a0:/app/Users/Controllers/UserController.php diff --git a/app/Users/Controllers/UserController.php b/app/Users/Controllers/UserController.php index 00bbe6118..b5dbaa832 100644 --- a/app/Users/Controllers/UserController.php +++ b/app/Users/Controllers/UserController.php @@ -96,7 +96,6 @@ class UserController extends Controller try { DB::transaction(function () use ($validated, $sendInvite) { $this->userRepo->create($validated, $sendInvite); - dd('post-create'); }); } catch (UserInviteException $e) { Log::error("Failed to send user invite with error: {$e->getMessage()}");