Removed extra debug logging
This commit is contained in:
parent
92afd5f232
commit
e25829c759
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue