Skip to content

Commit

Permalink
Remove debug message from i2c_device.go
Browse files Browse the repository at this point in the history
Signed-off-by: Erich Cordoba <[email protected]>
  • Loading branch information
ericho committed Sep 4, 2016
1 parent 3b6bf4d commit 5d156f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sysfs/i2c_device.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ func (d *i2cDevice) queryFunctionality() (err error) {
if errno != 0 {
err = fmt.Errorf("Querying functionality failed with syscall.Errno %v", errno)
}
fmt.Printf("Functionality: 0x%x\n", d.funcs)
return
}

Expand Down

0 comments on commit 5d156f9

Please sign in to comment.