config/module: remove debug

pull/1314/head
Mitchell Hashimoto 11 years ago
parent 2e11ca68df
commit 44fce5ce60

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

Loading…
Cancel
Save