]> BookStack Code Mirror - bookstack/blobdiff - app/Users/Controllers/UserController.php
Search: Prevented negated terms filling in UI inputs
[bookstack] / app / Users / Controllers / UserController.php
index 00bbe61186e5fab4fe6b4ac99a0547ec5b92c180..b5dbaa832862661d0b2e7395e2adb3a5939aba75 100644 (file)
@@ -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()}");