From: Julien Lancelot Date: Mon, 27 Apr 2015 15:55:34 +0000 (+0200) Subject: Remove second LOG added by merge X-Git-Tag: 5.2-RC1~2109 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0715bf8dce861a7b6b95b62014f1bec9972e08a6;p=sonarqube.git Remove second LOG added by merge --- diff --git a/server/sonar-server/src/main/java/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigrationStep.java b/server/sonar-server/src/main/java/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigrationStep.java index 8f111e489ea..6cd5337d7db 100644 --- a/server/sonar-server/src/main/java/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigrationStep.java +++ b/server/sonar-server/src/main/java/org/sonar/server/db/migrations/v50/PopulateProjectsUuidColumnsMigrationStep.java @@ -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);