Removed extra debug logging

This commit is contained in:
snipe 2017-11-30 13:30:20 -08:00
parent 92afd5f232
commit e25829c759

View file

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