fix: remove incorrect continue (#1114)

This commit is contained in:
shuiyisong
2023-03-02 19:52:17 +08:00
committed by GitHub
parent 9a87f5edf8
commit bd065ea6e8

View File

@@ -115,7 +115,6 @@ impl RemoteCatalogManager {
yield Ok(key)
} else {
error!("Invalid catalog key: {:?}", catalog_key);
continue;
}
}
}))