mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
fix debug placement
This commit is contained in:
parent
7a5b5c291d
commit
e3166c2209
|
@ -103,9 +103,8 @@ class ImageUploadRequest extends Request
|
|||
}
|
||||
}
|
||||
|
||||
\Log::debug($image);
|
||||
|
||||
if (isset($image)) {
|
||||
\Log::debug($image);
|
||||
|
||||
if (!config('app.lock_passwords')) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue