remove extra debug event

This commit is contained in:
yggverse 2025-08-02 14:03:14 +03:00
parent 2e40f7366f
commit 752ef69732

View file

@ -250,12 +250,11 @@ async fn main() -> Result<()> {
)? )?
.is_none() .is_none()
); );
println!("\t\t\tadd torrent `{i}`");
// remove torrent from session as indexed // remove torrent from session as indexed
session session
.delete(librqbit::api::TorrentIdOrHash::Id(id), false) .delete(librqbit::api::TorrentIdOrHash::Id(id), false)
.await?; .await?;
// cleanup tmp // cleanup tmp dir
preload.clear()?; preload.clear()?;
if config.debug { if config.debug {
println!("\t\t\tadd `{i}` to index.") println!("\t\t\tadd `{i}` to index.")