Remove unused static method

This commit is contained in:
XANTRONIX Development 2025-01-06 14:06:43 -05:00
parent 0a106a1216
commit 06d18c5a57

View file

@ -370,10 +370,3 @@ class Message(DatabaseTable):
return False return False
return True return True
@staticmethod
def from_text(text: str):
message = Message()
message.read(text)
return message