diff options
author | Kali Kaneko <kali@leap.se> | 2013-08-05 13:14:54 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-08-06 16:47:12 +0200 |
commit | 9ede79b2d3a6172bcc5d458e70508b06d0033323 (patch) | |
tree | 7edf43160ec5cf32d016750cbb5c81e498c324e4 /src/leap/app.py | |
parent | d8bf59b600b6a08eeb963d8ad0c28db3e3f78980 (diff) |
comment out common service initialization
Diffstat (limited to 'src/leap/app.py')
-rw-r--r-- | src/leap/app.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/leap/app.py b/src/leap/app.py index 6ba27813..774ae41f 100644 --- a/src/leap/app.py +++ b/src/leap/app.py @@ -210,8 +210,10 @@ def main(): if IS_MAC: window.raise_() - tx_app = leap_services() - assert(tx_app) + # This was a good idea, but for this to work as intended we + # should centralize the start of all services in there. + #tx_app = leap_services() + #assert(tx_app) # Run main loop twisted_main.start(app) |