Browse Source

Removed debug log on backup drive during listdir

TC pushbot 5 4 years ago
parent
commit
a05edc93f7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      file_system.go

+ 0 - 1
file_system.go

@@ -1873,7 +1873,6 @@ func system_fs_listRoot(w http.ResponseWriter, r *http.Request) {
 		}
 
 		//Update root configs for backup roots
-		log.Println(backupRoots)
 		for _, backupRoot := range backupRoots {
 			//For this backup root, check if the parent root mounted
 			for _, root := range roots {