commented debug print out

This commit is contained in:
tao.takashi
2008-08-10 16:09:22 +00:00
committed by Salad Dais
parent 84f204719c
commit 52c336a27d

View File

@@ -119,7 +119,7 @@ class MessageSystem(object):
valid_packet = self.template_reader.validate_message(msg_buf, msg_size)
#make sure packet validated correctly
if valid_packet == True:
print 'Received: ' + self.template_reader.current_template.name
#print 'Received: ' + self.template_reader.current_template.name
#Case - UseCircuitCode - only packet allowed to be valid on an unprotected circuit
if circuit == None: