Skip to content

Commit

Permalink
chore: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Oct 27, 2024
1 parent b54308b commit 3d0c8c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/kotlin/app/revanced/cli/command/PatchCommand.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 3d0c8c1

Please sign in to comment.