Remove unnecessary print functions.
This commit is contained in:
parent
d1244b41db
commit
28a754033e
3 changed files with 0 additions and 4 deletions
|
|
@ -208,7 +208,6 @@ class TradeHandler(object):
|
|||
partB (object): The party accepting the barter.
|
||||
|
||||
"""
|
||||
print("join:", self.partB, partB, self.partB == partB, type(self.partB), type(partB))
|
||||
if self.partB == partB:
|
||||
self.partB.ndb.tradehandler = self
|
||||
self.partB.cmdset.add(CmdsetTrade())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue