Commented out debug logging.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@664 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2002-03-17 10:13:25 +00:00
parent a7f2bc97b2
commit c55d5cba95
+2 -2
View File
@@ -1,5 +1,5 @@
#
# $Id: lookuplet.py,v 1.1 2002/03/17 09:03:06 mdb Exp $
# $Id: lookuplet.py,v 1.2 2002/03/17 10:13:25 mdb Exp $
#
# lookuplet - a utility for quickly looking up information
# Copyright (C) 2001 Michael Bayne
@@ -146,7 +146,7 @@ class Lookuplet:
print "Selection target not returned as a string.";
return;
print "Got selection '%s'." % selection_data.data;
# print "Got selection '%s'." % selection_data.data;
# prune spaces from the end of the text
text = string.strip(selection_data.data);