[svn r40720] Tracing defaults to false
--HG-- branch : trunk
This commit is contained in:
parent
837ba40fa7
commit
cfd7c31a8d
|
@ -16,7 +16,7 @@ from select import select as _select
|
|||
from time import time as _time
|
||||
from heapq import heappush, heappop, heapify
|
||||
|
||||
TRACE = True
|
||||
TRACE = False
|
||||
|
||||
def meetingpoint():
|
||||
senders = deque() # list of senders, or [None] if Giver closed
|
||||
|
|
Loading…
Reference in New Issue