From 08e84b056e29d3c7ca72363334e3e003f2f1bff9 Mon Sep 17 00:00:00 2001 From: KotlinGeekDev Date: Sun, 7 Jul 2024 00:06:44 +0100 Subject: [PATCH] Some cleanup. --- .../com/vitorpamplona/amethyst/ui/actions/NewPostViewModel.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/NewPostViewModel.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/NewPostViewModel.kt index 9142519bb..eedf5298e 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/NewPostViewModel.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/actions/NewPostViewModel.kt @@ -1296,9 +1296,6 @@ open class NewPostViewModel : ViewModel() { val newEntries = keyList.zip(elementList) { key, content -> Pair(key, content) } this.clear() this.putAll(newEntries) - - println("Keys collection size(after deletion) :${keys.size}") - println("Values collection size(after deletion) :${values.size}") } fun updatePollOption(