diff --git a/pyfpdb/FulltiltToFpdb.py b/pyfpdb/FulltiltToFpdb.py index 7be43285..11bfeb44 100755 --- a/pyfpdb/FulltiltToFpdb.py +++ b/pyfpdb/FulltiltToFpdb.py @@ -70,7 +70,7 @@ follow : whether to tail -f the input""" def readSupportedGames(self): return [["ring", "hold", "nl"], ["ring", "hold", "pl"], - ["ring", "razz", "fl"], + ["ring", "stud", "fl"], ["ring", "omaha", "pl"] ] diff --git a/pyfpdb/fpdb_import.py b/pyfpdb/fpdb_import.py index cccba59e..2b4a2d88 100644 --- a/pyfpdb/fpdb_import.py +++ b/pyfpdb/fpdb_import.py @@ -274,7 +274,6 @@ class Importer: loc = self.pos_in_file[file] except: pass - print "DEBUG: XXXXX in import_fpdb_file" # Read input file into class and close file inputFile.seek(loc) self.lines=fpdb_simple.removeTrailingEOL(inputFile.readlines())