We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126c8a9 commit 76a765eCopy full SHA for 76a765e
src/main/groovy/togit/migration/MigrationManager.groovy
@@ -8,7 +8,6 @@ import togit.context.Context
8
import togit.migration.plan.MigrationPlan
9
import togit.migration.sources.MigrationSource
10
import togit.migration.targets.MigrationTarget
11
-import togit.utils.ExceptionHelper
12
13
@Singleton
14
class MigrationManager {
@@ -59,7 +58,6 @@ class MigrationManager {
59
58
LOG.info('Executed migration plan')
60
} catch (Exception e) {
61
LOG.error('An error occurred during the migration')
62
- ExceptionHelper.simpleLog(e)
63
LOG.error('The migration has been stopped')
64
throw e
65
} finally {
src/main/groovy/togit/utils/ExceptionHelper.groovy
0 commit comments