diff --git a/src/bin/migrate-from-gcs.rs b/src/bin/migrate-from-gcs.rs
index 27267a7..cf831eb 100644
--- a/src/bin/migrate-from-gcs.rs
+++ b/src/bin/migrate-from-gcs.rs
@@ -18,42 +18,32 @@ use object_store::{
use serde::Serialize;
use tokio::{task::spawn_blocking, time::interval};
use tokio_util::io::{StreamReader, SyncIoBridge};
-use tracing::{debug, info, trace};
+use tracing::{debug, info};
const PROGRESS_FILE_PATH: &str = "progress.json";
-fn read_progress() -> anyhow::Result