mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Removed debugging line
This commit is contained in:
parent
f744696043
commit
81f8fe34cd
|
@ -82,9 +82,6 @@ class UserImporter extends ItemImporter
|
|||
$user->fill($this->sanitizeItemForStoring($user));
|
||||
|
||||
if ($user->save()) {
|
||||
|
||||
\Log::debug('UserImporter.php New User ' . print_r($user, true));
|
||||
|
||||
$this->log("User " . $this->item["name"] . ' was created');
|
||||
|
||||
if(($user->email) && ($user->activated=='1')) {
|
||||
|
|
Loading…
Reference in a new issue