Comment out some excessively verbose debug.
This commit is contained in:
parent
a5074e695d
commit
f2587fc185
1 changed files with 2 additions and 2 deletions
|
|
@ -132,11 +132,11 @@ class Route
|
|||
|
||||
public function populateRoute(App $app): App
|
||||
{
|
||||
$this->logger->debug(sprintf(
|
||||
/*$this->logger->debug(sprintf(
|
||||
'Router Populating: %s %s',
|
||||
$this->getHttpMethod(),
|
||||
$this->getRouterPattern()
|
||||
));
|
||||
));*/
|
||||
|
||||
if ($this->hasValidDomains() && !$this->isInContainedInValidDomains()) {
|
||||
return $app;
|
||||
|
|
|
|||
Loading…
Reference in a new issue