Merge branch 'stable-2.13' into stable-2.14

* stable-2.13:
  Clarify documentation for accountPatchReviewDb.url
  Remove unneeded output in MigrateAccountPatchReviewDb

Change-Id: Ic64d2cbd158b2b88961c48d2d6b35752553335e2
This commit is contained in:
David Pursehouse
2017-04-26 12:11:29 +02:00
2 changed files with 2 additions and 3 deletions

View File

@@ -50,7 +50,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 =