Removing debugging print.
This commit is contained in:
parent
e43fc7877c
commit
d7663ab688
1 changed files with 0 additions and 1 deletions
|
@ -281,7 +281,6 @@ func parseMollyFiles(path string, config *Config, errorLogEntries chan string) {
|
||||||
// Parse files in reverse order
|
// Parse files in reverse order
|
||||||
for i := len(dirs) - 1; i >= 0; i-- {
|
for i := len(dirs) - 1; i >= 0; i-- {
|
||||||
dir := dirs[i]
|
dir := dirs[i]
|
||||||
fmt.Println("Considering " + dir)
|
|
||||||
// Break out of the loop if a directory doesn't exist
|
// Break out of the loop if a directory doesn't exist
|
||||||
_, err := os.Stat(dir)
|
_, err := os.Stat(dir)
|
||||||
if os.IsNotExist(err) {
|
if os.IsNotExist(err) {
|
||||||
|
|
Loading…
Reference in a new issue