Skip to content

Commit

Permalink
feat: Remove useless methods call in loadCloudApps()
Browse files Browse the repository at this point in the history
Change-Id: Ied5c69a5f6638b93c974ae888cf3b6a1a9bffd8d
  • Loading branch information
XayahSuSuSu committed Nov 3, 2024
1 parent 1fa23d8 commit 97bf7ae
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,9 +485,6 @@ class AppsRepo @Inject constructor(
}
}
}
runCatching {
client.clearEmptyDirectoriesRecursively(path)
}.withLog()
appsDao.queryPackages(OpType.RESTORE, entity.name, entity.remote).forEach {
val src = "${path}/${it.archivesRelativeDir}"
if (client.exists(src).not()) {
Expand Down

0 comments on commit 97bf7ae

Please sign in to comment.