From 0715bf8dce861a7b6b95b62014f1bec9972e08a6 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Mon, 27 Apr 2015 17:55:34 +0200 Subject: [PATCH] Remove second LOG added by merge --- .../v50/PopulateProjectsUuidColumnsMigrationStep.java | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.39.5