mirror of
https://github.com/craigerl/aprsd.git
synced 2025-08-03 22:12:30 -04:00
Remove some noisy trace in email plugin
This removes the trace decorators from the email login functions. They have been stable for a while now.
This commit is contained in:
parent
1ea6c05dec
commit
558710d348
@ -143,7 +143,6 @@ class EmailPlugin(plugin.APRSDRegexCommandPluginBase):
|
|||||||
return reply
|
return reply
|
||||||
|
|
||||||
|
|
||||||
@trace.trace
|
|
||||||
def _imap_connect():
|
def _imap_connect():
|
||||||
global CONFIG
|
global CONFIG
|
||||||
imap_port = CONFIG["aprsd"]["email"]["imap"].get("port", 143)
|
imap_port = CONFIG["aprsd"]["email"]["imap"].get("port", 143)
|
||||||
@ -184,7 +183,6 @@ def _imap_connect():
|
|||||||
return server
|
return server
|
||||||
|
|
||||||
|
|
||||||
@trace.trace
|
|
||||||
def _smtp_connect():
|
def _smtp_connect():
|
||||||
host = CONFIG["aprsd"]["email"]["smtp"]["host"]
|
host = CONFIG["aprsd"]["email"]["smtp"]["host"]
|
||||||
smtp_port = CONFIG["aprsd"]["email"]["smtp"]["port"]
|
smtp_port = CONFIG["aprsd"]["email"]["smtp"]["port"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user