Skip to content

Commit

Permalink
Removed unnecessary ExceptionHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Lacour committed Feb 7, 2019
1 parent 126c8a9 commit 76a765e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
2 changes: 0 additions & 2 deletions src/main/groovy/togit/migration/MigrationManager.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import togit.context.Context
import togit.migration.plan.MigrationPlan
import togit.migration.sources.MigrationSource
import togit.migration.targets.MigrationTarget
import togit.utils.ExceptionHelper

@Singleton
class MigrationManager {
Expand Down Expand Up @@ -59,7 +58,6 @@ class MigrationManager {
LOG.info('Executed migration plan')
} catch (Exception e) {
LOG.error('An error occurred during the migration')
ExceptionHelper.simpleLog(e)
LOG.error('The migration has been stopped')
throw e
} finally {
Expand Down
17 changes: 0 additions & 17 deletions src/main/groovy/togit/utils/ExceptionHelper.groovy

This file was deleted.

0 comments on commit 76a765e

Please sign in to comment.