Skip to content

Commit 7d729b0

Browse files
committed
.
1 parent 53310ee commit 7d729b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/manifest.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ func (m *Manifest) AddUserProgram(imgpath string, arm bool) (err error) {
8181
imgpath = filepath.Join(m.targetRoot, imgpath)
8282
}
8383

84-
fmt.Printf("adding user program of %s\n", imgpath)
8584
a := archCheck(imgpath)
8685
if arm && a != "arm" || !arm && a == "arm" {
8786
fmt.Printf("you are trying to mix %s [%s] with the wrong kernel\n", imgpath, a)

0 commit comments

Comments
 (0)