Remove unneeded output in MigrateAccountPatchReviewDb

Change-Id: Ia2113d5941f1bc87a56ec0a63ab80b0757b31597
This commit is contained in:
Hugo Arès
2017-04-26 11:56:42 +02:00
parent 0968ee7f12
commit d27f30bd0f

View File

@@ -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 =