소스 검색

Removed debug log on backup drive during listdir

TC pushbot 5 4 년 전
부모
커밋
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 {