From ebcd9f0b66d3e711914cd84742786ae3e67e9432 Mon Sep 17 00:00:00 2001 From: Worros Date: Tue, 14 Sep 2010 14:15:23 +0800 Subject: [PATCH] Hand: Remove error message --- pyfpdb/Hand.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyfpdb/Hand.py b/pyfpdb/Hand.py index a4f1a3af..9813c2ec 100644 --- a/pyfpdb/Hand.py +++ b/pyfpdb/Hand.py @@ -698,7 +698,6 @@ class HoldemOmahaHand(Hand): return hhc.readBlinds(self) - print _("*** Parse error reading blinds (check compilePlayerRegexs as a likely culprit)"), self hhc.readAntes(self) hhc.readButton(self)