mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-10 05:16:20 +00:00
chore: Remove unused variable
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user