From 44fce5ce600027f251353e9925f3bde35709ba2c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 26 Mar 2015 09:31:58 -0700 Subject: [PATCH] config/module: remove debug --- config/module/detect_file.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/module/detect_file.go b/config/module/detect_file.go index a7eb4c49fc..859739f954 100644 --- a/config/module/detect_file.go +++ b/config/module/detect_file.go @@ -40,8 +40,8 @@ func (d *FileDetector) Detect(src, pwd string) (string, bool, error) { } src = filepath.Join(pwd, src) - println(src) } + return fmtFileURL(src), true, nil }