mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-03 14:14:26 +02:00
feat: do not log instantiation of ReVanced Patcher
This commit is contained in:
parent
1795f376ef
commit
273dd8d388
@ -30,8 +30,6 @@ class Patcher(
|
|||||||
val context = PatcherContext(options)
|
val context = PatcherContext(options)
|
||||||
|
|
||||||
init {
|
init {
|
||||||
options.logger.info("Instantiating ReVanced Patcher")
|
|
||||||
|
|
||||||
LogManager.getLogManager().let { manager ->
|
LogManager.getLogManager().let { manager ->
|
||||||
// Disable root logger.
|
// Disable root logger.
|
||||||
manager.getLogger("").level = Level.OFF
|
manager.getLogger("").level = Level.OFF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user