Skip to content

Commit

Permalink
remove terminate message
Browse files Browse the repository at this point in the history
  • Loading branch information
WitherOrNot committed Mar 28, 2024
1 parent 936532e commit dbb399c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cbsexploder/uihandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,5 @@ HRESULT UIHandler::ProgressEx(CbsInstallState state, UINT cur, UINT total, UINT
}

HRESULT UIHandler::Terminate() {
ConLog("\nOperations finished, waiting for cleanup...");
return S_OK;
}

0 comments on commit dbb399c

Please sign in to comment.