mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Move print statement to LOG
This commit is contained in:
parent
85606d830d
commit
3bb5479efd
|
@ -165,7 +165,7 @@ class Asset extends Depreciable
|
|||
])->send('Asset Checked Out');
|
||||
|
||||
} catch (Exception $e) {
|
||||
print_r($e);
|
||||
LOG::error($e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue