mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-26 13:47:40 +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 {
|
if downLimit > 0 {
|
||||||
downloader.aggWriter = flowcontrol.NewWriter(progress, downLimit)
|
downloader.aggWriter = flowcontrol.NewWriter(progress, downLimit)
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user