Remove some leftover debug logging

This commit is contained in:
Tobias Fella
2024-10-10 22:06:19 +02:00
parent eb900a5c2c
commit a2afaf40cd
3 changed files with 0 additions and 3 deletions

View File

@@ -94,7 +94,6 @@ Video {
Component.onDestruction: root.stop()
Component.onCompleted: {
console.warn("state", root.state)
if (NeoChatConfig.hideImages && !Controller.isImageShown(root.eventId)) {
root.state = "hidden";
}