We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d402a58 commit 871a328Copy full SHA for 871a328
server/src/handlers/download.rs
@@ -48,7 +48,6 @@ pub fn download_file_handler_partial(
48
req: &HttpRequest,
49
appstate: &AppState,
50
) -> AtomicServerResult<HttpResponse> {
51
- tracing::info!("downloading from fs: {file_id:?}");
52
let fs_file_id = file_id.strip_prefix("fs:").unwrap_or(file_id);
53
let mut file_path = appstate.config.uploads_path.clone();
54
file_path.push(fs_file_id.to_string());
0 commit comments