diff --git a/src/catalog/src/remote/manager.rs b/src/catalog/src/remote/manager.rs index 47b0652627..604a1eec5c 100644 --- a/src/catalog/src/remote/manager.rs +++ b/src/catalog/src/remote/manager.rs @@ -115,7 +115,6 @@ impl RemoteCatalogManager { yield Ok(key) } else { error!("Invalid catalog key: {:?}", catalog_key); - continue; } } }))