From 9f2331ddaf8957d63070e56b771973f36a29413f Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Thu, 16 Sep 2010 16:26:12 +0100 Subject: left a debugging print in. Commented it out now. Bah. --- tinyurl-tabcomplete/complete-tiny-url.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyurl-tabcomplete/complete-tiny-url.pl') diff --git a/tinyurl-tabcomplete/complete-tiny-url.pl b/tinyurl-tabcomplete/complete-tiny-url.pl index ead811c..1a194ac 100644 --- a/tinyurl-tabcomplete/complete-tiny-url.pl +++ b/tinyurl-tabcomplete/complete-tiny-url.pl @@ -18,7 +18,7 @@ sub do_complete { return if $word eq ''; my $found_uri = match_uri($word); if (defined $found_uri && $found_uri !~ m/tinyurl\./i) { - print "Going to reduce: $found_uri"; + #print "Going to reduce: $found_uri"; my $uri = makeashorterlink($found_uri); push @$strings, $uri if $uri; $$want_space = 1; -- cgit v1.2.3