diff --git a/mithril-aggregator/src/tools/remote_file_uploader.rs b/mithril-aggregator/src/tools/remote_file_uploader.rs index adcfbcbc8bf..ba5d2b9279a 100644 --- a/mithril-aggregator/src/tools/remote_file_uploader.rs +++ b/mithril-aggregator/src/tools/remote_file_uploader.rs @@ -32,12 +32,6 @@ impl GcpFileUploader { } } -impl Default for GcpFileUploader { - fn default() -> Self { - Self::new("cardano-testnet".to_string()) - } -} - #[async_trait] impl RemoteFileUploader for GcpFileUploader { async fn upload_file(&self, filepath: &Path) -> Result<(), String> {