Skip to content

Commit 8395bd4

Browse files
committed
Removed debug print
1 parent 739a8b4 commit 8395bd4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919

2020
*.ps1
2121
dist/*
22+
testing/*

packer.go

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ func (p *Packer) Init() error {
5353
}
5454
p.Chunks = append(p.Chunks, bytes.NewBuffer(buf))
5555

56-
log.Println(plocs[i])
5756
fp := *p.PlacePath[plocs[i]]
5857
if fp != "" {
5958
f, err := os.Open(fp)

0 commit comments

Comments
 (0)