Remove unnecessary print functions.

This commit is contained in:
Ahmed Charles 2015-10-19 03:12:35 +00:00 committed by Griatch
parent d1244b41db
commit 28a754033e
3 changed files with 0 additions and 4 deletions

View file

@ -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())