mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-22 13:30:36 +01:00
Remove debugging
This commit is contained in:
parent
d28f281a39
commit
5a0e2b2e1e
@ -13,8 +13,6 @@ import RNS.Interfaces.Interface as Interface
|
|||||||
|
|
||||||
import multiprocessing.connection
|
import multiprocessing.connection
|
||||||
|
|
||||||
import traceback #debug
|
|
||||||
|
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
from threading import Lock
|
from threading import Lock
|
||||||
from .res import sideband_fb_data
|
from .res import sideband_fb_data
|
||||||
@ -245,7 +243,6 @@ class SidebandCore():
|
|||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
RNS.log("Error while configuring openCom Companion: "+str(e), RNS.LOG_ERROR)
|
RNS.log("Error while configuring openCom Companion: "+str(e), RNS.LOG_ERROR)
|
||||||
RNS.log(traceback.format_exc())# debug
|
|
||||||
|
|
||||||
if load_config_only:
|
if load_config_only:
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user