Skip to content

Commit 76a765e

Browse files
author
Thierry Lacour
committed
Removed unnecessary ExceptionHandler
1 parent 126c8a9 commit 76a765e

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

src/main/groovy/togit/migration/MigrationManager.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import togit.context.Context
88
import togit.migration.plan.MigrationPlan
99
import togit.migration.sources.MigrationSource
1010
import togit.migration.targets.MigrationTarget
11-
import togit.utils.ExceptionHelper
1211

1312
@Singleton
1413
class MigrationManager {
@@ -59,7 +58,6 @@ class MigrationManager {
5958
LOG.info('Executed migration plan')
6059
} catch (Exception e) {
6160
LOG.error('An error occurred during the migration')
62-
ExceptionHelper.simpleLog(e)
6361
LOG.error('The migration has been stopped')
6462
throw e
6563
} finally {

src/main/groovy/togit/utils/ExceptionHelper.groovy

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)