Remove unneeded output in MigrateAccountPatchReviewDb
Change-Id: Ia2113d5941f1bc87a56ec0a63ab80b0757b31597
This commit is contained in:
@@ -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 =
|
||||
|
Reference in New Issue
Block a user