Skip to content

Commit b17606e

Browse files
committed
remove debug statement
1 parent d36fbb4 commit b17606e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/Scripts/Get-HistoryEx.ps1

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Begin
2727
{
2828
# counts all lines so we can adjust the offset when only tailing
2929
$count = (Get-Content $savePath | Measure-Object).Count
30-
write-host "lines=$count"
3130
$script:id = $count - $last + 1
3231
}
3332

0 commit comments

Comments
 (0)