mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
feat: do not log instantiation of ReVanced Patcher
This commit is contained in:
parent
1795f376ef
commit
273dd8d388
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue