mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-11 13:56:16 +00:00
feat: do not log instantiation of ReVanced Patcher
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user