fix log messages

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-06-23 14:06:57 -04:00
parent 75fd22d8ed
commit 589a8a904c
2 changed files with 5 additions and 7 deletions

View File

@@ -227,7 +227,6 @@ fn process_nav_resp(
};
if let Some(Route::Thread(selection)) = &r {
tracing::info!("Return type: {:?}", return_type);
app.threads
.close(ctx.ndb, ctx.pool, selection, return_type, col);
}