mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-04-29 22:24:36 +02:00
chore: Remove unused variable
This commit is contained in:
parent
b54308b0e2
commit
3d0c8c1526
@ -357,8 +357,6 @@ internal object PatchCommand : Runnable {
|
||||
// region Install.
|
||||
|
||||
deviceSerial?.let {
|
||||
val deviceSerial = it.ifEmpty { null }
|
||||
|
||||
runBlocking {
|
||||
when (val result = installer!!.install(Installer.Apk(outputFilePath, packageName))) {
|
||||
RootInstallerResult.FAILURE -> logger.severe("Failed to mount the patched APK file")
|
||||
|
Loading…
x
Reference in New Issue
Block a user