Remove debugging code

Removes temporary debug logging from the UI window's closed event handler.
This commit is contained in:
rbalsleyMSFT
2025-07-24 10:38:08 -07:00
parent 0f0e8e9f98
commit 138fd1184c
-3
View File
@@ -371,9 +371,6 @@ $window.Add_SourceInitialized({
# Register cleanup to reclaim memory and revert LongPathsEnabled setting when the UI window closes # Register cleanup to reclaim memory and revert LongPathsEnabled setting when the UI window closes
$window.Add_Closed({ $window.Add_Closed({
# Stop any running build job if the window is closed # Stop any running build job if the window is closed
#DEBUG
Writelog "DEBUG CurrentBuildJob: $($script:uiState.Data.currentBuildJob)"
#END DEBUG
if ($null -ne $script:uiState.Data.currentBuildJob) { if ($null -ne $script:uiState.Data.currentBuildJob) {
WriteLog "UI closing, stopping background build job." WriteLog "UI closing, stopping background build job."