Skip to content

Commit

Permalink
cleanup: Remove useless date line
Browse files Browse the repository at this point in the history
  • Loading branch information
LeDragoX committed Nov 22, 2023
1 parent b26e640 commit f1d09ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WinDebloatTools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ function Main() {

$CurrentFileName = (Split-Path -Path $PSCommandPath -Leaf).Split('.')[0]
$CurrentFileLastModified = (Get-Item "$(Split-Path -Path $PSCommandPath -Leaf)").LastWriteTimeUtc | Get-Date -Format "yyyy.MM.dd"
(Get-Item "$(Split-Path -Path $PSCommandPath -Leaf)").LastWriteTimeUtc | Get-Date -Format "yyyy.MM.dd"
Start-Logging -File "$CurrentFileName-$(Get-Date -Format "yyyy-MM")"
Write-Caption "$CurrentFileName v$CurrentFileLastModified"
Write-Style "Your Current Folder $pwd" -Color Cyan -BackColor Black -Style Bold
Expand Down

0 comments on commit f1d09ea

Please sign in to comment.