config/module: remove debug

This commit is contained in:
Mitchell Hashimoto 2015-03-26 09:31:58 -07:00
parent 2e11ca68df
commit 44fce5ce60
1 changed files with 1 additions and 1 deletions

View File

@ -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
}