Skip to content

Commit

Permalink
Docs: Remove remaining traces of -DebugLevel
Browse files Browse the repository at this point in the history
Related: #30
  • Loading branch information
leojonathanoh committed May 28, 2021
1 parent ffbc717 commit ddebb0e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ $params = @{
'OffsetLeft' = 0
'OffsetTop' = 0
'Flow' = 'Y'
'DebugLevel' = 0
}
# Call with params splatting
Position-ExplorerWindow @params
Expand Down
3 changes: 0 additions & 3 deletions src/Position-ExplorerWindow/private/Get-WindowPositions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ function Get-WindowPositions {
,
[Parameter(Mandatory=$true)]
[string]$Flow
,
[Parameter(Mandatory=$false)]
[int]$DebugLevel
)

process {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Describe "Position-ResizeWindow" -Tag 'Unit' {
Top = 0
Width = 999
Height = 333
DebugLevel = 0
}

It 'Errors without required assemblies' {
Expand Down

0 comments on commit ddebb0e

Please sign in to comment.