Skip to content

Commit

Permalink
Removed logging of persistent spec
Browse files Browse the repository at this point in the history
  • Loading branch information
glblduh committed May 24, 2022
1 parent d694272 commit 67964c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions db.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ func loadPersist() {
}
continue
}
Info.Printf("Loaded torrent \"%s\"\n", t.Name())

/* Start download of files in persistent spec */
for _, f := range spec.Files {
Expand All @@ -105,7 +104,6 @@ func loadPersist() {
continue
}
tf.Download()
Info.Printf("Started download of file \"%s\"", tf.DisplayPath())
}
}
return
Expand Down

0 comments on commit 67964c9

Please sign in to comment.