diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-18 10:26:43 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-18 10:26:43 +0200 |
commit | 363bac39b844afa9ccbeab4157dfe33de845dfde (patch) | |
tree | b5e9410dd106e8c6447e42760a03c7864a4cfb0e /golib | |
parent | 0b9a288af3b49f4c0eb5563e78263aba39cf37ff (diff) |
Removed unintentionally commited lines.v0.0.2
Diffstat (limited to 'golib')
-rw-r--r-- | golib/filepath.go | 2 |
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 } |