summaryrefslogtreecommitdiff
path: root/poezio/poezio.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-04-15 19:35:29 +0200
committermathieui <mathieui@mathieui.net>2021-04-15 19:35:54 +0200
commit63d51c463021dc1e16873814058f06eb43a9b69b (patch)
tree1d3c2dd08fd48aa5c98f3f23dec81816ee2fcd59 /poezio/poezio.py
parenta17e5a456b9bf1a949d9ed1d0d1df90013c69e6d (diff)
downloadpoezio-63d51c463021dc1e16873814058f06eb43a9b69b.tar.gz
poezio-63d51c463021dc1e16873814058f06eb43a9b69b.tar.bz2
poezio-63d51c463021dc1e16873814058f06eb43a9b69b.tar.xz
poezio-63d51c463021dc1e16873814058f06eb43a9b69b.zip
internal: add more annotation and remove unused attributes
Diffstat (limited to 'poezio/poezio.py')
-rw-r--r--poezio/poezio.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/poezio/poezio.py b/poezio/poezio.py
index e987467f..694130f0 100644
--- a/poezio/poezio.py
+++ b/poezio/poezio.py
@@ -111,8 +111,6 @@ def main():
signal.signal(signal.SIGUSR1, cocore.sigusr_handler) # reload the config
signal.signal(signal.SIGHUP, cocore.exit_from_signal)
signal.signal(signal.SIGTERM, cocore.exit_from_signal)
- if options.debug:
- cocore.debug = True
cocore.start()
from slixmpp.exceptions import IqError, IqTimeout