From eb61313fcdb9b810cb84bb8fe2d9544fbc417429 Mon Sep 17 00:00:00 2001 From: Worros Date: Wed, 11 Mar 2009 22:01:43 +0900 Subject: [PATCH] Remove debug message --- pyfpdb/EverleafToFpdb.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyfpdb/EverleafToFpdb.py b/pyfpdb/EverleafToFpdb.py index cd2b044e..1ec3df8e 100755 --- a/pyfpdb/EverleafToFpdb.py +++ b/pyfpdb/EverleafToFpdb.py @@ -44,7 +44,6 @@ follow : whether to tail -f the input autostart: whether to run the thread (or you can call start() yourself) debugging: if False, pass on partially supported game types. If true, have a go and error...""" HandHistoryConverter.__init__(self, in_path, out_path, sitename="Everleaf", follow=follow) - print "DEBUG: __init__" logging.info("Initialising Everleaf converter class") self.filetype = "text" self.codepage = "cp1252"