Skip to content

Commit

Permalink
Remove debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
glokta1 committed Jun 17, 2024
1 parent 7aa9c9b commit d3534a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/stage_dl_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ func testDownloadFile(stageHarness *test_case_harness.TestCaseHarness) error {
t := randomTorrent()

tempDir, err := os.MkdirTemp("", "torrents")
logger.Infof("Temp dir: %s", tempDir)
if err != nil {
logger.Errorln("Couldn't create temp directory")
return err
Expand Down

0 comments on commit d3534a5

Please sign in to comment.