Kaydet (Commit) 4882b973 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Spurious leftover from debugging experiments

Change-Id: I538468b606cc29fd56362dbeb99c2698efac0f58
üst e3982fc5
...@@ -866,7 +866,7 @@ void BackendImpl::PackageImpl::processPackage_( ...@@ -866,7 +866,7 @@ void BackendImpl::PackageImpl::processPackage_(
try { try {
xPackage->registerPackage( startup, xSubAbortChannel, xCmdEnv ); xPackage->registerPackage( startup, xSubAbortChannel, xCmdEnv );
} }
catch (const Exception & e) catch (const Exception &)
{ {
//We even try a rollback if the user cancelled the action (CommandAbortedException) //We even try a rollback if the user cancelled the action (CommandAbortedException)
//in order to prevent invalid database entries. //in order to prevent invalid database entries.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment