Remove debug output. #62

This commit is contained in:
Andrey Smirnov
2014-07-13 16:10:53 +04:00
parent a54a366c95
commit 83ceee1e3f

View File

@@ -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 {