Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit d0f3c54

Browse files
committed
build: remove debug logs in SetupAapt2Task
1 parent 4bd4816 commit d0f3c54

File tree

3 files changed

+1
-305
lines changed

3 files changed

+1
-305
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ captures/
5555
# Android Studio 3 in .gitignore file.
5656
.idea/caches
5757
.idea/modules.xml
58+
.idea/androidTestResultsUserPreferences.xml
5859
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
5960
.idea/navEditor.xml
6061
.idea/deploymentTargetDropDown.xml

.idea/androidTestResultsUserPreferences.xml

Lines changed: 0 additions & 304 deletions
This file was deleted.

build-logic/ide/src/main/java/com/itsaky/androidide/plugins/tasks/SetupAapt2Task.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ abstract class SetupAapt2Task : DefaultTask() {
8585

8686
val remoteUrl = AAPT2_DOWNLOAD_URL.format(DEFAULT_VERSION, arch)
8787
DownloadUtils.doDownload(file, remoteUrl, checksum, logger)
88-
logger.lifecycle("aapt2 arch: $arch")
8988
assertAapt2Arch(file, ELFUtils.ElfAbi.forName(arch)!!)
9089
}
9190
}

0 commit comments

Comments
 (0)