Skip to content

Commit

Permalink
feat: do not log instantiation of ReVanced Patcher
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Aug 20, 2023
1 parent 1795f37 commit 273dd8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/kotlin/app/revanced/patcher/Patcher.kt
Expand Up @@ -30,8 +30,6 @@ class Patcher(
val context = PatcherContext(options)

init {
options.logger.info("Instantiating ReVanced Patcher")

LogManager.getLogManager().let { manager ->
// Disable root logger.
manager.getLogger("").level = Level.OFF
Expand Down

0 comments on commit 273dd8d

Please sign in to comment.