diff --git a/sbapp/sideband/core.py b/sbapp/sideband/core.py index 9dfa68f..3e873ef 100644 --- a/sbapp/sideband/core.py +++ b/sbapp/sideband/core.py @@ -13,8 +13,6 @@ import RNS.Interfaces.Interface as Interface import multiprocessing.connection -import traceback #debug - from copy import deepcopy from threading import Lock from .res import sideband_fb_data @@ -245,7 +243,6 @@ class SidebandCore(): except Exception as e: RNS.log("Error while configuring openCom Companion: "+str(e), RNS.LOG_ERROR) - RNS.log(traceback.format_exc())# debug if load_config_only: return