diff --git a/app/Models/Page.php b/app/Models/Page.php index 811ce1d..278896c 100644 --- a/app/Models/Page.php +++ b/app/Models/Page.php @@ -98,9 +98,6 @@ class Page // If we have a collection, get the settings from it if (!empty($this->collection)) { $config = SiteConfiguration::getConfig()['collections'][$this->collection]; - // if ($this->collection == "projects") { - // dd($config); - // } $fillIfEmpty = ['layout'];