mirror of
https://github.com/markqvist/NomadNet
synced 2026-08-12 17:38:18 -04:00
Removed debug logging. Sorry for the logspam.
This commit is contained in:
parent
0c38f2dcdf
commit
84eabeabab
1 changed files with 0 additions and 2 deletions
|
|
@ -600,10 +600,8 @@ class ConversationMessage:
|
|||
|
||||
def content_renderer(self):
|
||||
if not self.loaded: self.load()
|
||||
RNS.log(self.lxm)
|
||||
if self.lxm and hasattr(self.lxm, "get_fields"):
|
||||
fields = self.lxm.get_fields()
|
||||
RNS.log(f"has fields: {fields}")
|
||||
if fields and isinstance(fields, dict):
|
||||
if LXMF.FIELD_RENDERER in fields:
|
||||
return fields[LXMF.FIELD_RENDERER]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue