fix: fix startup failure

This commit is contained in:
chuntaojun 2020-05-29 19:32:39 +08:00
parent a26f369d95
commit dc416377dc

View File

@ -302,7 +302,6 @@ class NacosStateMachine extends StateMachineAdapter {
@Override
public boolean onSnapshotLoad(SnapshotReader reader) {
System.out.println("snapshot load");
final Map<String, LocalFileMeta> metaMap = new HashMap<>(
reader.listFiles().size());
for (String fileName : reader.listFiles()) {