diff options
Diffstat (limited to 'src/engine/core.cpp')
-rw-r--r-- | src/engine/core.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/core.cpp b/src/engine/core.cpp index d157d3b3..5b2454dc 100644 --- a/src/engine/core.cpp +++ b/src/engine/core.cpp | |||
@@ -491,9 +491,7 @@ extern "C" HRESULT CorePlan( | |||
491 | // Finally, display all packages and related bundles in the log. | 491 | // Finally, display all packages and related bundles in the log. |
492 | LogPackages(pUpgradeBundlePackage, pForwardCompatibleBundlePackage, &pEngineState->packages, &pEngineState->registration.relatedBundles, action); | 492 | LogPackages(pUpgradeBundlePackage, pForwardCompatibleBundlePackage, &pEngineState->packages, &pEngineState->registration.relatedBundles, action); |
493 | 493 | ||
494 | #ifdef DEBUG | ||
495 | PlanDump(&pEngineState->plan); | 494 | PlanDump(&pEngineState->plan); |
496 | #endif | ||
497 | 495 | ||
498 | LExit: | 496 | LExit: |
499 | if (fActivated) | 497 | if (fActivated) |