Skip to content

Commit c259d64

Browse files
Merge pull request #3831 from fontivan/sskeard/go-1.25-linter
chore(deps): remove unused print
2 parents 562ff2b + 189a0c2 commit c259d64

File tree

1 file changed

+0
-1
lines changed
  • cnf-tests/testsuites/e2esuite/dpdk

1 file changed

+0
-1
lines changed

cnf-tests/testsuites/e2esuite/dpdk/dpdk.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,6 @@ func getHugePages(pod *corev1.Pod) string {
12051205
b := r.FindAllString(line, -1)
12061206
num := path.Join(b...)
12071207
number, _ := strconv.ParseInt(num, 10, 0)
1208-
fmt.Sprintln(number)
12091208
mb = number / 1024 / 1024
12101209
}
12111210
}

0 commit comments

Comments
 (0)