From 4698f9c227243d8f4bc51b23a31ec54f6c6973c4 Mon Sep 17 00:00:00 2001 From: Worros Date: Mon, 21 Feb 2011 14:08:53 +0800 Subject: [PATCH] THP: Comment out debug line --- pyfpdb/TestHandsPlayers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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