Skip to content

Commit fcd4438

Browse files
committed
fix: remove debug print
Signed-off-by: Christian Walter <christian.walter@9elements.com>
1 parent 6070168 commit fcd4438

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/hwapi/msr.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ func (h HwAPI) ReadMSR(msr int64) []uint64 {
1212
count := 0
1313
var ret []uint64
1414
for {
15-
fmt.Printf("ReadMSR - gomsr.MSR count: %d\n", count)
1615
msrCtx, err := gomsr.MSR(count)
1716
if err != nil {
1817
fmt.Fprintf(os.Stdout, "ReadMSR - gomsr.MSR context aborted with: %v\n", err)

0 commit comments

Comments
 (0)