Skip to content

Commit a063149

Browse files
committed
Update profile.ps1
1 parent 7292b05 commit a063149

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

profile.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ if ($hasAppInsights) {
2525
$SwModules = [System.Diagnostics.Stopwatch]::StartNew()
2626
$ModulesPath = Join-Path $PSScriptRoot 'Modules'
2727
$Modules = @('CIPPCore', 'CippExtensions', 'AzBobbyTables')
28-
2928
foreach ($Module in $Modules) {
3029
$SwModule = [System.Diagnostics.Stopwatch]::StartNew()
3130
try {

0 commit comments

Comments
 (0)