Comment out some excessively verbose debug.

This commit is contained in:
Greyscale 2020-08-03 20:42:28 +02:00
parent a5074e695d
commit f2587fc185

View file

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