mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
remove extra debug event
This commit is contained in:
parent
2e40f7366f
commit
752ef69732
1 changed files with 1 additions and 2 deletions
|
|
@ -250,12 +250,11 @@ async fn main() -> Result<()> {
|
|||
)?
|
||||
.is_none()
|
||||
);
|
||||
println!("\t\t\tadd torrent `{i}`");
|
||||
// remove torrent from session as indexed
|
||||
session
|
||||
.delete(librqbit::api::TorrentIdOrHash::Id(id), false)
|
||||
.await?;
|
||||
// cleanup tmp
|
||||
// cleanup tmp dir
|
||||
preload.clear()?;
|
||||
if config.debug {
|
||||
println!("\t\t\tadd `{i}` to index.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue