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()
|
.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.")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue