Skip to content

Commit 427e245

Browse files
make upload progress code less cringe
1 parent 4c61317 commit 427e245

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

apps/desktop/src-tauri/src/upload.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,6 @@ impl UploadProgressUpdater {
202202
async fn send_api_update(app: &AppHandle, video_id: String, uploaded: u64, total: u64) {
203203
let updated_at = chrono::Utc::now().to_rfc3339();
204204

205-
// println!(
206-
// "📡 Sending batched progress update - Video: {}, Progress: {}/{}",
207-
// video_id, uploaded, total
208-
// );
209-
210205
let response = app
211206
.authed_api_request("/api/desktop/video/progress", |client, url| {
212207
client.post(url).json(&json!({

0 commit comments

Comments
 (0)