diff --git a/Install/Install.ps1 b/Install/Install.ps1 index 5fc12d261..547cda9c8 100644 --- a/Install/Install.ps1 +++ b/Install/Install.ps1 @@ -282,11 +282,6 @@ if ($Channel -ne "main") { $SiteDesignThumbnail = "https://publiccdn.sharepointonline.com/prosjektportalen.sharepoint.com/sites/ppassets/Thumbnails/prosjektomrade-test.png" } -# Add channel to name for the site design if channel is specified and not main -if ($Channel -ne "main") { - $SiteDesignName += " - $Channel" -} - if (-not $SkipSiteDesign.IsPresent) { $SiteScriptIds = @()