1
0
mirror of https://github.com/kidoman/embd synced 2024-06-13 06:09:53 +02:00

removed debug println

This commit is contained in:
Max Matveev 2016-02-06 19:28:29 -08:00
parent 5c026ec723
commit c868297e0b

View File

@ -3,13 +3,13 @@
package rpi package rpi
import ( import (
"fmt"
"os" "os"
"sync" "sync"
"github.com/golang/glog" "github.com/golang/glog"
"github.com/kidoman/embd" "github.com/kidoman/embd"
"io/ioutil" "io/ioutil"
"fmt"
) )
type w1Bus struct { type w1Bus struct {