summaryrefslogtreecommitdiff
path: root/src/leap
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-08-05 13:14:54 +0200
committerKali Kaneko <kali@leap.se>2013-08-06 16:47:12 +0200
commit9ede79b2d3a6172bcc5d458e70508b06d0033323 (patch)
tree7edf43160ec5cf32d016750cbb5c81e498c324e4 /src/leap
parentd8bf59b600b6a08eeb963d8ad0c28db3e3f78980 (diff)
comment out common service initialization
Diffstat (limited to 'src/leap')
-rw-r--r--src/leap/app.py6
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)