Skip to content

Commit

Permalink
Merge pull request hybridgroup#309 from ericho/remove_i2c_debug_message
Browse files Browse the repository at this point in the history
Remove debug message from i2c_device.go
  • Loading branch information
deadprogram authored Sep 5, 2016
2 parents dfb9dfe + 5d156f9 commit 7f153da
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 7f153da

Please sign in to comment.