summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Arès <hugo.ares@ericsson.com>2017-04-26 11:56:42 +0200
committerHugo Arès <hugo.ares@ericsson.com>2017-04-26 11:56:42 +0200
commitd27f30bd0f242f19332566a05bc3ee3a31ce5420 (patch)
treea4dcf4620efbe9da7055ae09c8f2a985bf22e110
parent0968ee7f12740cabfb9e402a78d0dc5fc1147509 (diff)
Remove unneeded output in MigrateAccountPatchReviewDb
-rw-r--r--gerrit-pgm/src/main/java/com/google/gerrit/pgm/MigrateAccountPatchReviewDb.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/gerrit-pgm/src/main/java/com/google/gerrit/pgm/MigrateAccountPatchReviewDb.java b/gerrit-pgm/src/main/java/com/google/gerrit/pgm/MigrateAccountPatchReviewDb.java
index 8de7bea6a4..6e6be3ab76 100644
--- a/gerrit-pgm/src/main/java/com/google/gerrit/pgm/MigrateAccountPatchReviewDb.java
+++ b/gerrit-pgm/src/main/java/com/google/gerrit/pgm/MigrateAccountPatchReviewDb.java
@@ -49,7 +49,6 @@ public class MigrateAccountPatchReviewDb extends SiteProgram {
SitePaths sitePaths = new SitePaths(getSitePath());
Config fakeCfg = new Config();
if (!Strings.isNullOrEmpty(sourceUrl)) {
- System.out.println("source Url (custom): " + sourceUrl);
fakeCfg.setString("accountPatchReviewDb", null, "url", sourceUrl);
}
JdbcAccountPatchReviewStore sourceJdbcAccountPatchReviewStore =