From aca5682daf4fe6a4402ef47592c77a01b3c7ae28 Mon Sep 17 00:00:00 2001 From: Eratosthenes Date: Thu, 25 Feb 2010 21:32:49 -0500 Subject: [PATCH] Get rid of erroneous error message. --- pyfpdb/XTables.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyfpdb/XTables.py b/pyfpdb/XTables.py index a14debc1..28737002 100644 --- a/pyfpdb/XTables.py +++ b/pyfpdb/XTables.py @@ -89,7 +89,6 @@ class Table(Table_Window): # break if window_number is None: - print "Window %s not found. Skipping." % search_string return None # my_geo = self.window.get_geometry()