Skip to content

Commit 871a328

Browse files
metamejoepio
authored andcommitted
clean up log
1 parent d402a58 commit 871a328

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/handlers/download.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ pub fn download_file_handler_partial(
4848
req: &HttpRequest,
4949
appstate: &AppState,
5050
) -> AtomicServerResult<HttpResponse> {
51-
tracing::info!("downloading from fs: {file_id:?}");
5251
let fs_file_id = file_id.strip_prefix("fs:").unwrap_or(file_id);
5352
let mut file_path = appstate.config.uploads_path.clone();
5453
file_path.push(fs_file_id.to_string());

0 commit comments

Comments
 (0)