mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Removed extra debug logging
This commit is contained in:
parent
92afd5f232
commit
e25829c759
|
@ -160,7 +160,6 @@ class CustomField extends Model
|
||||||
public function getFormatAttribute($value)
|
public function getFormatAttribute($value)
|
||||||
{
|
{
|
||||||
foreach (self::$PredefinedFormats as $name => $pattern) {
|
foreach (self::$PredefinedFormats as $name => $pattern) {
|
||||||
\Log::debug($name.'=>'.$pattern);
|
|
||||||
if ($pattern === $value) {
|
if ($pattern === $value) {
|
||||||
return $name;
|
return $name;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue