mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-06-25 16:09:06 +00:00
Update KillTrackR_MainScript.ps1
This commit is contained in:
parent
799cbc21c9
commit
455a6d7511
1 changed files with 0 additions and 7 deletions
|
@ -634,13 +634,6 @@ function Write-CSVData {
|
|||
[string]$csvFile
|
||||
)
|
||||
|
||||
# JUMP redundant
|
||||
#foreach ($property in $csvData.PSObject.Properties) {
|
||||
# if ($property.Value -is [string]) {
|
||||
# $property.Value = $property.Value -replace ',', ''
|
||||
# }
|
||||
#}
|
||||
|
||||
if (-Not (Test-Path $csvFile)) {
|
||||
$csvData | Export-Csv -Path $csvFile -NoTypeInformation
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue