Эх сурвалжийг харах

Removed debug log on backup drive during listdir

TC pushbot 5 4 жил өмнө
parent
commit
a05edc93f7
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  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 {