aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-08-18 10:26:43 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-08-18 10:26:43 +0200
commit363bac39b844afa9ccbeab4157dfe33de845dfde (patch)
treeb5e9410dd106e8c6447e42760a03c7864a4cfb0e
parent0b9a288af3b49f4c0eb5563e78263aba39cf37ff (diff)
Removed unintentionally commited lines.v0.0.2
-rw-r--r--golib/filepath.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/golib/filepath.go b/golib/filepath.go
index 9897163..476096c 100644
--- a/golib/filepath.go
+++ b/golib/filepath.go
@@ -27,8 +27,6 @@ func Exists(path string) bool {
func IsDir(path string) bool {
fi, err := os.Stat(path)
if err != nil {
- dd
- fmt.Printf("SEB %v", path)
return false
}