mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
Remove debug output. #62
This commit is contained in:
@@ -61,7 +61,6 @@ func NewDownloader(threads int, downLimit int64, progress aptly.Progress) aptly.
|
||||
},
|
||||
}
|
||||
|
||||
fmt.Printf("downLimit = %v\n", downLimit)
|
||||
if downLimit > 0 {
|
||||
downloader.aggWriter = flowcontrol.NewWriter(progress, downLimit)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user