deleted some debug code
This commit is contained in:
parent
1ccf2652b0
commit
9bba6409fb
1 changed files with 0 additions and 6 deletions
|
|
@ -121,12 +121,6 @@ def main():
|
||||||
jsonrpc.daemon = True
|
jsonrpc.daemon = True
|
||||||
jsonrpc.start()
|
jsonrpc.start()
|
||||||
|
|
||||||
# Just for debug purposes:
|
|
||||||
#import time
|
|
||||||
#while True:
|
|
||||||
# print "Threads: " + '%d/%d' % (scheduler._threadpool.num_threads, scheduler._threadpool.max_threads)
|
|
||||||
# time.sleep(0.5)
|
|
||||||
|
|
||||||
LishFrontend(interface)
|
LishFrontend(interface)
|
||||||
|
|
||||||
logger.debug("shutting down scheduler")
|
logger.debug("shutting down scheduler")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue