diff --git a/pyfpdb/TestHandsPlayers.py b/pyfpdb/TestHandsPlayers.py index 1bd78457..820c763f 100644 --- a/pyfpdb/TestHandsPlayers.py +++ b/pyfpdb/TestHandsPlayers.py @@ -91,7 +91,7 @@ def compare_gametypes_file(filename, importer, errors): for hand in handlist: ghash = hand.gametyperow for i in range(len(ghash)): - print "DEBUG: about to compare: '%s' and '%s'" %(ghash[i], testhash[i]) + #print "DEBUG: about to compare: '%s' and '%s'" %(ghash[i], testhash[i]) if ghash[i] == testhash[i]: # The stats match - continue pass