mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-19 19:28:22 +00:00
Remove debugging output. #142
This commit is contained in:
@@ -121,7 +121,6 @@ func GetContentsFromDeb(packageFile string) ([]string, error) {
|
||||
if strings.HasPrefix(header.Name, "data.tar") {
|
||||
var tarInput io.Reader
|
||||
|
||||
fmt.Println(header.Name)
|
||||
switch header.Name {
|
||||
case "data.tar":
|
||||
tarInput = library
|
||||
|
||||
Reference in New Issue
Block a user