This commit is contained in:
Mark Qvist 2025-01-14 19:02:15 +01:00
parent ec4f4d5a83
commit 1a7d20a8d6
3 changed files with 1 additions and 5 deletions

View file

@ -25,9 +25,6 @@ def server(configpath):
# We must first initialise Reticulum
reticulum = RNS.Reticulum(configpath)
# TODO: Remove
RNS.loglevel = RNS.LOG_DEBUG
# Randomly create a new identity for our echo server
server_identity = RNS.Identity()