Remove debug prints
This commit is contained in:
parent
ec83527fa4
commit
d4f7c87fb4
@ -41,8 +41,6 @@ def get_thread_for_hkey(server, hkey):
|
|||||||
return thread
|
return thread
|
||||||
|
|
||||||
def get_col_wrapper_for_hkey(server, hkey):
|
def get_col_wrapper_for_hkey(server, hkey):
|
||||||
print("getting col wrapper for hkey " + hkey)
|
|
||||||
print("all session keys: " + str(server.session_manager.sessions.keys()))
|
|
||||||
thread = get_thread_for_hkey(server, hkey)
|
thread = get_thread_for_hkey(server, hkey)
|
||||||
col_wrapper = thread.wrapper
|
col_wrapper = thread.wrapper
|
||||||
return col_wrapper
|
return col_wrapper
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user