mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Removed debug message in SaveUserRequest
This commit is contained in:
parent
7140efc561
commit
e0fe383815
|
@ -27,7 +27,6 @@ class SaveUserRequest extends Request
|
||||||
|
|
||||||
$rules = [];
|
$rules = [];
|
||||||
|
|
||||||
\Log::debug($this->method());
|
|
||||||
switch($this->method())
|
switch($this->method())
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue