feat: do not log instantiation of ReVanced Patcher

This commit is contained in:
oSumAtrIX 2023-08-20 19:13:00 +02:00
parent 1795f376ef
commit 273dd8d388
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -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