Skip to content

Commit 9286d0a

Browse files
committed
Logging loaded string in LocalizationProcessor.kt removed.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 97fefea commit 9286d0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/core/api/v1/localization/LocalizationProcessor.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ internal object LocalizationProcessor : IProcessor {
6565
val key = keys.next() as String
6666
val value = jsonObject.get(key) as String
6767

68-
logger.debug("Loaded localization key $key with value $value")
69-
7068
localizationsData[localizationName]?.add(
7169
hashMapOf(Pair(key, value))
7270
) ?: localizationsData.set(

0 commit comments

Comments
 (0)