Yuta HIGUCHI
Committed by Gerrit Code Review

DatabaseManager: client initialization bug fix

Change-Id: I62afbc2847728e304f90c13f8af284be89e84ab7
......@@ -182,7 +182,6 @@ public class DatabaseManager implements DatabaseService, DatabaseAdminService {
copycat.start().get();
client = new DatabaseClient(copycatMessagingProtocol);
client.waitForLeader();
log.info("Started.");
......