mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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');
|
])->send('Asset Checked Out');
|
||||||
|
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
print_r($e);
|
LOG::error($e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue