mirror of
https://github.com/getgrav/grav.git
synced 2026-03-04 19:41:36 +01:00
remove debug line
This commit is contained in:
@@ -81,7 +81,6 @@ class Types implements \ArrayAccess, \Iterator, \Countable
|
||||
$list[$name] = trim(ucfirst(strtr(basename($name), '_', ' ')));
|
||||
}
|
||||
ksort($list);
|
||||
\Grav\Common\GravTrait::getGrav()['debugger']->addMessage($list);
|
||||
return $list;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user