From c55d5cba9565ec4433154b1611dd356e929f6a35 Mon Sep 17 00:00:00 2001 From: mdb Date: Sun, 17 Mar 2002 10:13:25 +0000 Subject: [PATCH] Commented out debug logging. git-svn-id: https://samskivert.googlecode.com/svn/trunk@664 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/lookuplet/src/python/lookuplet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/lookuplet/src/python/lookuplet.py b/projects/lookuplet/src/python/lookuplet.py index 3206695f..0b0ba5bc 100644 --- a/projects/lookuplet/src/python/lookuplet.py +++ b/projects/lookuplet/src/python/lookuplet.py @@ -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);