mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Remove debugging code
Removes temporary debug logging from the UI window's closed event handler.
This commit is contained in:
@@ -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."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user