]> source.dussan.org Git - sonarqube.git/commitdiff
Remove second LOG added by merge
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 27 Apr 2015 15:55:34 +0000 (17:55 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 27 Apr 2015 15:55:34 +0000 (17:55 +0200)
server/sonar-server/src/main/java/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigrationStep.java

index 8f111e489ea6ea740c0d9aa2e3a041f3d9910b3b..6cd5337d7db146745b737bd90982f89a7ff57082 100644 (file)
@@ -51,8 +51,6 @@ public class PopulateProjectsUuidColumnsMigrationStep implements MigrationStep {
 
   private static final Logger LOG = Loggers.get(PopulateProjectsUuidColumnsMigrationStep.class);
 
-  private static final Logger LOG = Loggers.get(PopulateProjectsUuidColumnsMigration.class);
-
   private final DbClient db;
   private final AtomicLong counter = new AtomicLong(0L);