mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -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)
|
||||
{
|
||||
foreach (self::$PredefinedFormats as $name => $pattern) {
|
||||
\Log::debug($name.'=>'.$pattern);
|
||||
if ($pattern === $value) {
|
||||
return $name;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue