Move print statement to LOG

This commit is contained in:
snipe 2016-07-01 16:24:58 -07:00
parent 85606d830d
commit 3bb5479efd

View file

@ -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);
} }
} }