From 07b12a153915234e6a289b8f1aa4fd0152e68938 Mon Sep 17 00:00:00 2001 From: Adam Kramer Date: Sat, 7 Mar 2015 19:01:39 -0800 Subject: [PATCH] Removing a debugging statement --- rpio.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpio.go b/rpio.go index 92983b2..12cf978 100644 --- a/rpio.go +++ b/rpio.go @@ -58,7 +58,6 @@ package rpio import ( "bytes" "encoding/binary" - "fmt" "os" "reflect" "sync" @@ -329,6 +328,5 @@ func getGPIOBase() (base int64) { if err != nil { return } - fmt.Printf("%X", out) return int64(out + 0x200000) }