Removing debugging print.

This commit is contained in:
Solderpunk 2020-06-30 19:34:01 +02:00
parent e43fc7877c
commit d7663ab688
1 changed files with 0 additions and 1 deletions

View File

@ -281,7 +281,6 @@ func parseMollyFiles(path string, config *Config, errorLogEntries chan string) {
// Parse files in reverse order
for i := len(dirs) - 1; i >= 0; i-- {
dir := dirs[i]
fmt.Println("Considering " + dir)
// Break out of the loop if a directory doesn't exist
_, err := os.Stat(dir)
if os.IsNotExist(err) {