Skip to content

Commit

Permalink
fix(1.6): fetch remote versions
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
cuisongliu committed Sep 30, 2019
1 parent ea98ee0 commit 63a42a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install/command/containerd.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ func (d *Containerd) Print() {
}
var versions []string
_ = json.Unmarshal(data, &versions)
logger.Debug(string(data))
for _, v := range versions {
println(v)
}
Expand Down

0 comments on commit 63a42a2

Please sign in to comment.