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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user